1

Topic: French-utf8 support

hello,

I have converted standard French langage pack to UTF8 format. It is available at : http://ecole.music.cugnaux.free.fr/punb … tf8.tar.gz

Installation :
- download and extract this file to PUNBB_DIR/lang/
- in an SQL console, if you want all your users to be in French-UTF format issue :
   UPDATE `punbb_users` SET `language` = 'French-utf8';
- setup Administration (Admin) / Options / Default language / French-utf8

that's done.