-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support unicode in xaml msgId
s
#20
Comments
According to https://www.gnu.org/software/gettext/manual/gettext.html#Preparing-Strings there is nothing that prevents us from using Unicode in our Years ago, when source code would be ASCII, special characters would be written out in the |
msgId
s
The task is to change 'ascii' to 'utf-8' and make tests and examples that ensures the result works. |
Failing tests are on the new https://github.com/robert-j-engdahl/ngettext-wpf/tree/msgid-unicode-support branch. |
Currently if one is using unicode characters (say ™) then it's replaced with a ? in the xamlmessages.pot file
I think XGetText-Xaml.ps1:61 is to blame
The text was updated successfully, but these errors were encountered: