This content has been marked as final.
Show 3 replies
-
Re: Save As problems with font
Amen Allah Jlili Aug 18, 2016 10:38 AM (in response to Modestas Vaicekauskis)Apparenty the save pdf is not utf16 compatible? How about renaming the afterwards?
-
Re: Save As problems with font
Modestas Vaicekauskis Aug 19, 2016 4:33 AM (in response to Amen Allah Jlili)Renaming afterwards works fine. I can see all Lithuanian letters. About the UTF-16 I do not know a thing. So I am searching info about that.
-
-
Re: Save As problems with font
Amen Allah Jlili Aug 19, 2016 9:19 AM (in response to Modestas Vaicekauskis)UTF-16 means that characters are encoded in two bytes. That means there are 2^16 chars (which should encompass all languages). UTF-8, however, is one byte encoder means that they are 2^8 (256 chars). This is an awesome article by Joel Spolsky the founder of StackOverFlow, you should read it.