Add a locale in Mac OSX

后端 未结 3 1397
臣服心动
臣服心动 2020-12-30 01:16

I\'m using gettext in a MAMP environment. I have locale files for es_ES, ca_ES, en_US and gl_ES. No problem with the firs

3条回答
  •  遥遥无期
    2020-12-30 01:56

    Looking into this found that, as of Mac OS X 10.10.3, collation is still broken for Spanish and most European languages. Collation definitions for these locales are linked to an ASCII definition. This ends up breaking things such as ORDER BY clauses on PostgreSQL.

提交回复
热议问题