PSD layer label non-english characters encoding problem #620
Unanswered
SavageStyle
asked this question in
General
Replies: 1 comment 6 replies
-
The labels are encoded in ANSI. The unicode version of the label is not available. I recently added a patch to fix an issue where the label was truncated. This was done by reading the unicode version of the label and only read 8 of the 16 bits available. It might be possible to store the unicode version in an attribute but I will need to investigate that. Can you share a sample file that I could use when I have to take a look at this? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
instead of Russian characters im getting question marks. "Слой-1" will be "????-1" I already read about it but found no way of fixing. Is there simple solution to this?
Beta Was this translation helpful? Give feedback.
All reactions