-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Encoding errors #646
Comments
@MariaCamilaCubides ... so I don't know If I understood you correctly. You mean, that I should just SKIP the Can you verify this on your side - when you blank out the Thank you for your support. |
@MariaCamilaCubides I testet the current version once again (no changes) with a user with special characters in the name and it worked fine. Tests were done on Windows 11 ...
Can you maybe provide more detailed information about your environment? |
@sebhildebrandt I tried the current version on Windows 10, 11 and it works fine. I have this problem on Windows 8.1, however, I did a different test on Windows 8.1 and found that the problem is related to the PowerShell version. |
@MariaCamilaCubides thank you so much for your research on this one!! Seems that I cannot really remove this issue with PowerShell version 4. So I need to describe this clearly in the docs. Ok for you to close this? |
@MariaCamilaCubides I added information about encoding problems with older powerShell versions to the |
Describe the bug
Hi. I was doing some tests and I found some errors in my devices related to #616 issue. I found an error in
users
with the character ñ. And the other issue is with the accents (á, é, ó) ingraphics
andnetworks.
I already had this kind of issue and it was solved in other devices sending commands through PowerShell and adding
$OutputEncoding = [System.Console]::OutputEncoding = [System.Console]::InputEncoding = [System.Text.Encoding]::UTF8 ;
so I did some test and notice that this issue occurs in devices with Windows 8.1 and PowerShell 4.0I tested the
$OutputEncoding
directly in PowerShell and then I run some commands whose results have special characters and it started failing.The text was updated successfully, but these errors were encountered: