About French And Deutsch Version

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXIVPro.com » Bugs » About French and Deutsch version
About French and Deutsch version
 Asura.Joelapache
Offline
サーバ: Asura
Game: FFXI
Posts: 8
By Asura.Joelapache 2010-10-01 22:21:01  
First, thanks Scragg for this :)

In French and Deutsch version we have "�" instead good caracters.
It's because datas have been saved in ISO format and browser think it's UTF-8.

But I see you're using UTF-8 format on website (dunno on database, probably ISO) but the easiest way to solve this problem generally is to
Code
use utf8_encode()
and
Code
utf8_decode()
function.

If your database is in utf8 format, you should use
Code
mysql_query("SET NAMES 'utf8'");

before your request.

And of course you can force utf8 encoding on your php scripts with
Code
<?php header('Content-type: text/html; charset=UTF-8'); ?>


I dunno if I'm clear but it's kinda 5AM here and I'm done.
If you need help, you can ask me of course.
 Caitsith.Darian
Offline
サーバ: Caitsith
Game: FFXI
user: DarianCS
Posts: 5
By Caitsith.Darian 2010-10-21 23:20:02  
Sorry to bump this, but just a heads up that I'm getting this as well (using the French version of the site). Thanks for having the option in there, really helps me out!
 Fenrir.Scragg
Administrator
Offline
サーバ: Fenrir
Game: FFXI
user: Scragg
Posts: 2579
By Fenrir.Scragg 2010-10-27 17:17:54  
Just to let you know I am aware of the problem. The terms were entered in a long time ago and they were imported incorrectly at the time. I don't even remember who helped me with it. :( If you are a good english -> french or english -> german and don't mind doing some translating, just give me a PM.
Log in to post.