home *** CD-ROM | disk | FTP | other *** search
- REGEDIT4
-
- ; HTML character encodings
- ;
- ; ---- LOCALISATION ----
- ; localising an entry
- ; Only localise the first entry.
- ;
- ; e.g.
- ; "ISO Latin 1 (Western)" = "windows-1252, 1252"
- ;
- ; ^^^^^^^^^^^^^^^^^^^^^ localise only this part, remember both quotes.
- ;
- ; ---- SUPPORT ----
- ; adding an entry
- ; Add entries to the place in the list you wish it to appear in the drop
- ; down in the properties dialog. The first string just shows in the
- ; dialog, the first part of the string after the = is the string emitted
- ; into the meta tag in the HTML which describes the text/html encoding
- ; the next value is the code page number
-
-
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\8.0\Publisher\HTMLCharacterEncodings]
-
- ; Regular Character Translations provided by Windows
-
- "US/Western European" = "windows-1252, 1252"
- "Baltic" = "windows-1257, 1257"
- "Greek" = "windows-1253, 1253"
- "Central European (Windows 1250)" = "windows-1250, 1250"
- "Central European (ISO 8859-2)" = "ISO-8859-2, 28592"
- "Cyrillic" = "windows-1251, 1251"
- "Turkish" = "windows-1254, 1254"
-
-
- ; Character Translation languages provided by MSENCODE.DLL
- ; the Mx postfix is the index (CE) number of the encoding in MSEncode.DLL
-
- "Chinese (EUC)" = "gb_2313-80, 0 M0"
- "Japanese (EUC)" = "x-euc-jp, 51932 M1"
- "Korean (EUC)" = "Euc-kr, 0 M2"
- "Japanese (JIS)" = "iso-2022-jp, 50220 M3"
- "Korean (ISO-2022-KR)" = "iso-2022-kr, 50225 M4"
- "Traditional Chinese (Big5)" = "Big5, 950 M5"
- "Simplified Chinese (GBK/GBK2312)" = "Gb_2312-80, 936 M6"
- "Japanese (Shift-JIS)" = "x-sjis, 932 M7"
- "Korean (Wansung)" = "Ks_c_5601-1987, 949 M8"
- "Multilingual (UTF-8)/KSC 5700" = "UTF-8, 65001 M9"
-
-