Search found 1 match
- Sun Oct 12, 2014 8:32 am
- Forum: ZoneMinder Translations
- Topic: About unicode ant other non-latin1 charsets
- Replies: 3
- Views: 53667
Re: About unicode ant other non-latin1 charsets
Hi all, Having accentuated french characters not well displayed, i've just tried this : sudo cp -p fr_fr.php fr_fr.php_sav sudo iconv -f ISO-8859-15 -t UTF-8 -o fr_fr.php_utf8 fr_fr.php sudo cp -p fr_fr.php_utf8 fr_fr.php In the lang directory : /usr/share/zoneminder/lang Then it seems to work well ...