java Programming Glossary: turkish
Using Locales with Java's toLowerCase() and toUpperCase() http://stackoverflow.com/questions/11063102/using-locales-with-javas-tolowercase-and-touppercase return str Now I've read that using certain Locale s like Turkish returns i without dot instead of i with dot . Is it safe to.. you should use locale For instance TITLE .toLowerCase in a Turkish locale returns tıtle where 'ı' is the LATIN SMALL LETTER DOTLESS.. locale. This causes problems if your application works in Turkish locale and especially if you are using this function for a file..
Java code/library for generating slugs (for use in pretty URLs) http://stackoverflow.com/questions/1657193/java-code-library-for-generating-slugs-for-use-in-pretty-urls Upper and lower case forms are dependent on alphabets. In Turkish the capitalization of U 0069 i is U 0130 İ not U 0049 I..
Is Java case-sensitive? [closed] http://stackoverflow.com/questions/2128459/is-java-case-sensitive WEISS be considered syntactially identical Even worse is Turkish they have two separate letters i with and without a dot and..
|