Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with non english characters like german umlaut #40

Open
RudolfAchter opened this issue Sep 3, 2020 · 1 comment
Open

Issue with non english characters like german umlaut #40

RudolfAchter opened this issue Sep 3, 2020 · 1 comment

Comments

@RudolfAchter
Copy link

RudolfAchter commented Sep 3, 2020

When Creating or Setting Objects with New-nbObject or Set-nbObject you get JSON Encoding Errors. For Example whent you do something like this:

$nbVMObject= New-Object -Type PSObject -Property @{
	name="VMName"
	status="active"
	site="Datacenter in Brühl"
	cluster=1
	role=1
	vcpus=2
	memory=1024
	disk=10
	comments="Beschreibung für ein deusches System mit deutschn Umlauten äöüÄÖÜ"
}

New-nbVirtualMachine -Object $nbVMObject
@thefreakquency
Copy link

See #43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants