Re: add en_US.UTF8 support

2013-04-11 Thread Stefan Sperling
On Thu, Apr 11, 2013 at 09:51:55AM +0400, Wesley M.A. wrote: Hi, I run OpenBSD 5.3-current i386 (xbase.tgz included) I install php-5.3 /gd /zip added owncloud 5.0 from owncloud.org I read the faq : 10.20.1 - Configuring the active character set I tried this : export

Re: add en_US.UTF8 support

2013-04-11 Thread Wesley M.A.
Hi, Thank you very much for your reply. Le 2013-04-11 17:54, Stefan Sperling a écrit : Keep in mind that httpd runs in a chroot in /var/www. I run it using chroot with https support (-DSSL flags) I would recommend to run owncloud in the C locale. What do you mean by 'C locale' ? Warm

Re: add en_US.UTF8 support

2013-04-11 Thread Stefan Sperling
On Thu, Apr 11, 2013 at 09:30:51PM +0400, Wesley M.A. wrote: What do you mean by 'C locale' ? The default locale is called the 'C' locale. It is used when you don't configure any locale via LC_CTYPE or LANG. It only supports the ASCII character set. However that doesn't mean that applications

Re: add en_US.UTF8 support

2013-04-11 Thread Wesley M.A.
Le 2013-04-11 21:51, Stefan Sperling a écrit : On Thu, Apr 11, 2013 at 09:30:51PM +0400, Wesley M.A. wrote: What do you mean by 'C locale' ? The default locale is called the 'C' locale. It is used when you don't configure any locale via LC_CTYPE or LANG. It only supports the ASCII character

Re: add en_US.UTF8 support

2013-04-11 Thread Stefan Sperling
On Thu, Apr 11, 2013 at 10:18:26PM +0400, Wesley M.A. wrote: I get this in the admin console (warning log): Error coresetting locale to en_US.UTF-8/en_US.UTF8 failed. Support is probably not installed on your system And at the top : Locale not working This ownCloud server can't set

Re: add en_US.UTF8 support

2013-04-11 Thread Wesley M.A.
Le 2013-04-11 22:29, Stefan Sperling a écrit : When I find time to upgrade to owncloud 5 I will look into this. It is possible that this will fix it: mkdir -p /var/www/usr/share/locale/en_US.UTF-8 cp /usr/share/locale/en_US.UTF-8/LC_CTYPE /var/www/usr/share/locale/en_US.UTF-8/LC_CTYPE But

add en_US.UTF8 support

2013-04-10 Thread Wesley M.A.
Hi, I run OpenBSD 5.3-current i386 (xbase.tgz included) I install php-5.3 /gd /zip added owncloud 5.0 from owncloud.org I read the faq : 10.20.1 - Configuring the active character set I tried this : export LC_CTYPE=en_US.ISO8859-1 and restart apache same error in Owncloud : setting locale to