|
|
| Author |
Message |
hannibas
Joined: 18 Jan 2008 Posts: 12
|
Posted: Fri May 02, 2008 7:43 am Post subject: glass_(rc-3) Problems with Turkish characters |
|
|
i have problems with Turkish charecter in glass_(rc-3) how can i fix it?
 |
|
| Back to top |
|
 |
MD
Joined: 08 Aug 2006 Posts: 108
|
Posted: Fri May 02, 2008 6:35 pm Post subject: |
|
|
If you export to HTML you can this:
Download Notepad++ and open the HTML file with the program.
Select Coding and click on "Converto to UTF-8 without BOM"
I don't know how to solve this problem with CHM files, but you can try this:
Open the header.html file and change the following line into a
turkish character set | Code: | <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
Btw nice list you have there. The 12 Kingdoms is one of my favorite series  |
|
| Back to top |
|
 |
hannibas
Joined: 18 Jan 2008 Posts: 12
|
Posted: Sat May 10, 2008 10:41 am Post subject: |
|
|
| MD wrote: | If you export to HTML you can this:
Download Notepad++ and open the HTML file with the program.
Select Coding and click on "Converto to UTF-8 without BOM"
I don't know how to solve this problem with CHM files, but you can try this:
Open the header.html file and change the following line into a
turkish character set | Code: | <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
Btw nice list you have there. The 12 Kingdoms is one of my favorite series  |
thank you very much "If you export to HTML you can this:
Download Notepad++ and open the HTML file with the program.
Select Coding and click on "Converto to UTF-8 without BOM" it is working but i dont understand the other
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"
What should i do? |
|
| Back to top |
|
 |
hannibas
Joined: 18 Jan 2008 Posts: 12
|
Posted: Sat May 10, 2008 11:32 am Post subject: |
|
|
charset=windows-1254Turkish Alphabet
i have found thank you very much... |
|
| Back to top |
|
 |
hannibas
Joined: 18 Jan 2008 Posts: 12
|
Posted: Sat May 10, 2008 11:39 am Post subject: |
|
|
All codes here...
Character Sets
charset=Some Basic Onescharset=big5Chinese Traditional (Big5)
charset=euc-krKorean (EUC)
charset=iso-8859-1Western Alphabet
charset=iso-8859-2Central European Alphabet (ISO)
charset=iso-8859-3Latin 3 Alphabet (ISO)
charset=iso-8859-4Baltic Alphabet (ISO)
charset=iso-8859-5Cyrillic Alphabet (ISO)
charset=iso-8859-6Arabic Alphabet (ISO)charset=iso-8859-7Greek Alphabet (ISO)
charset=iso-8859-8Hebrew Alphabet (ISO)
charset=koi8-rCyrillic Alphabet (KOI8-R)
charset=shift-jisJapanese (Shift-JIS)
charset=x-eucJapanese (EUC)
charset=utf-8Universal Alphabet (UTF-
charset=windows-1250Central European Alphabet (Windows)
charset=windows-1251Cyrillic Alphabet (Windows)
charset=windows-1252Western Alphabet (Windows)
charset=windows-1253Greek Alphabet (Windows)
charset=windows-1254Turkish Alphabet
charset=windows-1255Hebrew Alphabet (Windows)
charset=windows-1256Arabic Alphabet (Windows)
charset=windows-1257Baltic Alphabet (Windows)
charset=windows-1258Vietnamese Alphabet (Windows)
charset=windows-874Thai (Windows)A Longer ListArabic (ASMO 708)##charset=ASMO-708 |
|
| Back to top |
|
 |
|