This is somewhat intersting to me. This is the expected, usual, Java behavior (the .properties files must be in ISO 8895-1 encoding); but I thought I read somewhere that T5 allowed one to store the .properties files in UTF-8 encoding. Does this imply that is not so, or perhaps this just has not yet been implemented?
Can anyone say more about this feature? Would it apply only to instances of Messages: and not if I manually load a ResourceBundle? That seems likely. It's a pretty odd feature though, somewhat off the beaten Java path (and I am kind of skeptical of it since it seems to bring some amount of required administration with it). Also, if it would indeed rely on the server's platform encoding, then that might make the T5 WebApp out of spec, since it wouldn't be portable... Igor: good luck with this. While the topic is here, has anyone explored how T5 would handle an attempt to specify a custom ResourceBundle.Control object? Or is there a plan already in place? This is not currently critical at all for me, thought I was an immediate fan of the XML properties files, and use them myself in desktop development. Ciao! -Steev Coco. On Sat July 7 2007 10:11:18 am "Igor Drobiazko" <[EMAIL PROTECTED]> wrote: > Hi, > > you have 2 possibilities: either convert your property files into > native-encoded characters or start you server in UTF-8 mode. > > http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/native2ascii.html > > On 7/7/07, Foror <[EMAIL PROTECTED]> wrote: > > I'm using message properties files in UTF-8 with russian symbols, for > > T4 it's work, but T5 it's not work - russian symbols is damaged > > > > Also problem with @ApplicationState, after save state and back to form, > > russian as well is damaged > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]