| << | < | > | >> |
|
Q: On startup setlocale() failed is displayed or oer/oer+MySQL can't handle some characters. What's up? (#36) Inserted/last edited by EQU <equ@equnet.org> on 2003-06-17 00:42:18 |
|---|
| A: The locale settings of your server are improperly configured. You can list all installed system locales with "locale -a". Use "env | grep LC_" to see the current locale settings. Either remove all environment variables beginning with LC_ (with unset), adjust them to contain valid locale settings or add new environment variables with valid locale settings. oer and oer+MySQL uses system locales to decide what characters are alphabetic and what are not, hence it is important to have properly configured locale settings. |