I encode my files in UTF-8. It is probably the right choice if you have any characters that cannot be encoded in a 'normal' text file.CP1252 is a form of Latin-1, which lacks quite a few characters if you need eastern-European (and many other languages).(I remember when I changed mine to UTF-8, it took a bit for Eclipse to actually accept this as the encoding is inherited down from preferences somehow).
(What will you do if someone violates you EULA? Will you take someone to court in Poland? How would you know anyway?...I would not assume that having/not having an EULA will make a vast difference, whether it is in Czech or English) Ludwig 2009/1/18 Sundog <[email protected]> > > In trying to get my app ready in Polish and Czech, I am running into > the following error trying to save a text file in Eclipse: > > "Save could not be completed - some characters cannot be mapped using > Cp1252 character encoding". I am using the Google Translator and > cutting/pasting. > > What is the correct way to save a Czech or Polish text file in > Eclipse? For my instructions and EULA I am using text files under > "assets". They are too large to use in the strings files. > > Which leads to my other question, does the EULA have to be in the > local language (I'm assuming so) and if so, how are others handling > this problem? > > Thanks for any help. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

