voodoodyne / subethasmtp

SubEtha SMTP is a Java library for receiving SMTP mail
Other
344 stars 138 forks source link

explicitly specify locale when convering character case #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At least the Turkish locale converts ASCII characters in different way 
then the English locale. There are a few toUpperCase calls in the code 
which relies on the system locale. For example if a server runs under 
Turkish locale the command "mail" will not be accepted, becaue "i" is 
converted to another character then ASCII "I".

Original issue reported on code.google.com by hontvari@flyordie.com on 3 Sep 2009 at 10:32

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by lhori...@gmail.com on 3 Sep 2009 at 10:37