-
Notifications
You must be signed in to change notification settings - Fork 8
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
Non English chars are not correctly displayed for text output file #12
Comments
I've checked encoding of file containing Polish translation - UTF-8 is used. |
I've analyzed the code of PScribo ## Text encoding
[Parameter(ValueFromPipelineByPropertyName)]
[ValidateSet('ASCII','Unicode','UTF7','UTF8')]
[System.String] $Encoding = 'ASCII' Looks like that encoding parameter should be added to translations files also. Maybe I missed something but encoding is only used for text output. @iainbrighton, am I right? |
@it-praktyk The |
@ianbrighton,
I know that I can add Encoding to the section but I don't understand (is it too late or I'm too tired?) why a double hash table construction is used. Can you help me directly? |
…ded - resolved equelin#15, the test for translations corrected, documentation updated
Like on the screenshot below - Polish chars are not correctly displayed - but only for text format.
The example based on the version 1.3.0 - the pull request #10
CC: @iainbrighton
The text was updated successfully, but these errors were encountered: