maidh91 / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

InternetDomainName.from fails with capital letter I in Turkish locale #389

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
InternetDomainName.from is using String.toLowerCase without passing a locale. 
When the domain contains a capital letter I, this will convert it to a small 
letter dotless i if the default locale is Turkish.

Original issue reported on code.google.com by a...@bryzak.net on 30 Jul 2010 at 12:49

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 30 Jul 2010 at 3:51

GoogleCodeExporter commented 9 years ago
We're fixing this. Only ascii characters should get lowercased, as the 
internationalized domain names RFC sets no requirements about case equivalence.

Original comment by kevinb@google.com on 14 Sep 2010 at 3:34

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 16 Sep 2010 at 12:48

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:09