[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Charset Problems using the Layout Editor's code generator  XML
Forum Index -> Development
Author Message
schmuck

Power User
[Avatar]

Joined: 08/04/2008 16:27:16
Messages: 83
Offline

Hello,

If I write some "Umlaute" in Eclipse like

Code:
if (m_modalPopup.getTitle().equals("Hinzufügen")) {}


the code editor converts the german chars to

Code:
if (m_modalPopup.getTitle().equals("Hinzuf�gen")) {


whern creating some properties with him.




regards,
Michael Schmuck
[ICQ]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

...oh ,yes, you are right: our fabulous code generator writes back the file in UTF-8 (which is not the format, Java files are kept in...). We will change this short term.

Thanks for telling us!
Björn

PS: think positive: our code generator requires you to outsource your language dependent literals into property files

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team