On Wed, May 27, 2009 at 7:55 AM, feelgood <[email protected]> wrote:
> First, I tried to use UTF-8 encoded property files to localize my app. > I saw Неверно указан идентификатор. AIUI > this is ISO 8859-1 encoded representation of my UTF-8 string. I also > tried to use native2ascii tool to decode UTF-8 strings in ASCII string > like \u0420\u045c\u0420\u00b5\u0420... . But it's not help. Any idea? I just enhanced the Props stuff to first try to use the properties XML format (see http://java.sun.com/javase/6/docs/api/java/util/Properties.html#loadFromXML(java.io.InputStream)) and I also forced the input stream into UTF-8 format so there's no platform character set issues. The changes should be available in Hudson within the hour. > > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Git some: http://github.com/dpp --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
