DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=24766>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24766

Suggestion to solve the Problem with generic.Instruction in Turkish locale

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Problem with                |Suggestion to solve the
                   |generic.Instruction in      |Problem with
                   |Turkish locale              |generic.Instruction in
                   |                            |Turkish locale



------- Additional Comments From [EMAIL PROTECTED]  2004-04-21 12:53 -------
I had encountered a similar problem with Hsqldb. We resolved the problem very 
easily:

Just replace all occurences of toLowerCase() with toLowerCase(Locale.ENGLISH) 
and toUpperCase() with toUpperCase(Locale.ENGLISH).

This forces the jre to use English character set. So the program works 
correctly even the client has Turkish character set as default regional 
settings.

Mert Nuhoglu
mert.nuhoglu ( @ ) isnet.net.tr

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to