Databases:
Benim durumumda, MySQL ve Postgres hem de oldukça iyi Unicode ele.
Languages:
- Yaklaşan PHP 6 vaat düzeltmek için ise PHP <= 5.3 biraz, unicode açısından sınırlıdır.
- Ruby 1.8 kötü unicode desteği vardı, ama 1.9 (ben hiçbir kendi deneyimim var) güzel unicode işlemek için söylenir.
Restrictions of PHP 5.3:
It is possible to use PHP 5 together with unicode, but then one has to be careful with strings. Many string functions, for instance the one which counts the length of characters, returns the number of bytes, not the number of characters.
There are are additional functions available though, which return the number of characters.
Bu yeni bir proje ise, baştan doğru fonksiyonları kullanmak gerekir.
Bizim mevcut PHP proje için, ben (Windows 1252) nerede nedeniyle unicode için bir iç proje ve sınırlı değer (ne yazık ki, ben gerçekten unicode seviyorum) olmanın, onu terk etmeye karar verdi.