Forums MAPPStack

UTF8 by default please

Subscribe to UTF8 by default please 3 post(s), 2 voice(s)

 
Avatar PKHunter 10 post(s)

Hi. For PGSQL may I request that you setup the database with LC_COLLATE etc as “en_US.UTF-8” please if possible? Currently it’s the stock install which results in initdb choosing “C” as the value, which is not suitable for most modern (global) databases.

Thanks!

/>lc_collate                      | en_US.UTF-8                           | Shows the collation order locale.
lc_ctype                        | en_US.UTF-8                           | Shows the character classification and case conversion locale.
lc_messages                     | en_US.UTF-8                           | Sets the language in which messages are displayed.
lc_monetary                     | en_US.UTF-8                           | Sets the locale for formatting monetary amounts.
lc_numeric                      | en_US.UTF-8                           | Sets the locale for formatting numbers.
lc_time                         | en_US.UTF-8   
[/code]
 
Avatar antonio Administrator 530 post(s)

Hi,

We’ll look into this.

Cheers

 
Avatar PKHunter 10 post(s)

Thanks antonio. Any update?

Also, most people who have to develop for Postgresql also need MySQL for some purposes. Would it be possible to have a MAMPP stack for such people? (My guess is that all your developer audience would like this)

Thanks!

Forums MAPPStack