DO NOT REPLY [Bug 24766] - Suggestion to solve the Problem with generic.Instruction in Turkish locale

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.