The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Character Problem
Hi friends.
i have a got a problem. i converted phpbb board to vbulletin by impex.Now i must download turkish language pack on board.But boards's charset UTF-8.When i changed turkish pack's xml(iso-8859-9 to utf-8),board was error.Please help me this problem. |
#2
|
|||
|
|||
You should never change a language xml file to change the characterset.
|
#3
|
||||
|
||||
Quote:
http://www.vbulletin.com/forum/showp...28&postcount=6 Original code in XML Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <language name="Tr-Turkce" vbversion="3.6.0" product="vbulletin" type="custom"> <settings> <options><![CDATA[1]]></options> <languagecode><![CDATA[tr]]></languagecode> <charset><![CDATA[ISO-8859-9]]></charset> Code:
<?xml version="1.0" encoding="UTF-8"?> <language name="Tr-Turkce" vbversion="3.6.0" product="vbulletin" type="custom"> <settings> <options><![CDATA[1]]></options> <languagecode><![CDATA[tr]]></languagecode> <charset><![CDATA[UTF-8]]></charset> |
#4
|
|||
|
|||
You would need to ask the person who posted those instructions. But AFAIK this would not work. What you are doing is telling the XML-file that it's contents are encoding in characterset X where in reality they are encoded in characterset Y.
The data should be converted to the new characterset and then exported into a new language file. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|