Getting String scalar value in Unicode to support language text #432
Unanswered
BigBallard
asked this question in
Q&A
Replies: 1 comment
-
One thing to check is that the file's encoding is correctly set, and that you're specifying the correct encoding when reading the file as well. For example, if you're using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on reading some yaml that has localization maps. When reading the content of the values, the results of the text that are in Chinese for instance, end up being garbage. Does anyone have a method of reading yaml content in Unicode so it can support the nationalized Unicode characters?
Beta Was this translation helpful? Give feedback.
All reactions