php Programming Glossary: collations
How do I use filesystem functions in PHP, using UTF-8 strings? http://stackoverflow.com/questions/1525830/how-do-i-use-filesystem-functions-in-php-using-utf-8-strings filenames then use a sorting algorithm aware of UTF 8 and collations . Worse Solutions The following are less attractive solutions..
MySQL diacritic insensitive search (spanish accents) http://stackoverflow.com/questions/3304464/mysql-diacritic-insensitive-search-spanish-accents encoding share improve this question Character sets collations not my favorites but they DO work mysql SET NAMES latin1 mysql..
PHP/MySQL with encoding problems http://stackoverflow.com/questions/405684/php-mysql-with-encoding-problems
PHP/SQL: ORDER BY or sort($array)? http://stackoverflow.com/questions/655226/php-sql-order-by-or-sortarray
How to emulate MySQLs utf8_general_ci collation in PHP string comparisons http://stackoverflow.com/questions/8514329/how-to-emulate-mysqls-utf8-general-ci-collation-in-php-string-comparisons of strstr for conforming strings as various MySQL collations would do specifically for my current needs utf8_general_ci Or.. could I find documentation of exactly how the different collations in MySQL treat various characters I saw somewhere that in some.. treat various characters I saw somewhere that in some collations is treated as S and in others as Ss for instance but it didn't..
List of available collators in PHP? http://stackoverflow.com/questions/9422553/list-of-available-collators-in-php you go inside the file you fined an element like this one collations validSubLocales de_AT de_BE de_CH de_DE de_LI de_LU which lists..
|