Eclipse version:
Version: 3.3.0 Build id: I20070621-1340
Hibernate Tools version:
3.2.0.cr1
Name and version of the database:
Oracle 10G
Operating System version:
Windows XP Professional
Regional options:
Turkish (means user.language=tr, file.encoding=Cp1254, user.country=TR)
My problem:
When I reverse engineer, fields of my classes contains Turkish characters, such as "ı" (if you cannot see it correctly, it is "ı"). What i want is "i" character, instead.
To override my computer's locale settings, I made following changes, but did not work:
- Hibernate Configuration/Common/Console Encoding/Other: ISO-8859-1
- Hibernate Code Generation/MyGen/Common/Console Encoding/Other: ISO-8859-1
I could not find a place to put "-Duser.language=en" and "-Dfile.encoding=Cp1252" JVM arguments.
What can/should I do?
Regards,
Ali Sadik Kumlali
|