Search found 1 match
- Wed Jun 05, 2013 8:48 am
- Forum: ZoneMinder Translations
- Topic: About unicode ant other non-latin1 charsets
- Replies: 3
- Views: 54358
Re: About unicode ant other non-latin1 charsets
For proper display of unicode characters on a server with utf-8 enabled in php, the php language files (in the lang folder) have to be encoded in utf-8. I noticed it was not the case for my native language (french). I fixed the issue by editing the file with vim and convert it to utf-8 with the ...