home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Graphics Studio: Publisher 98 / PUB_50_CD.iso / htmlenc.reg < prev    next >
Windows Registry Data  |  1997-12-07  |  2KB  |  50 lines

  1. REGEDIT4
  2.  
  3. ; HTML character encodings
  4. ;
  5. ; ---- LOCALISATION ----
  6. ; localising an entry
  7. ;  Only localise the first entry. 
  8. ;
  9. ; e.g. 
  10. ;   "ISO Latin 1 (Western)"   =   "windows-1252, 1252"
  11. ;
  12. ;    ^^^^^^^^^^^^^^^^^^^^^ localise only this part, remember both quotes.
  13. ;
  14. ; ---- SUPPORT ----
  15. ; adding an entry
  16. ;  Add entries to the place in the list you wish it to appear in the drop
  17. ;  down in the properties dialog. The first string just shows in the 
  18. ;  dialog, the first part of the string after the = is the string emitted
  19. ;  into the meta tag in the HTML which describes the text/html encoding
  20. ;  the next value is the code page number
  21.  
  22.  
  23. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\8.0\Publisher\HTMLCharacterEncodings]
  24.  
  25. ; Regular Character Translations provided by Windows
  26.  
  27. "US/Western European"                       = "windows-1252, 1252"
  28. "Baltic"                                    = "windows-1257, 1257"
  29. "Greek"                                     = "windows-1253, 1253"
  30. "Central European (Windows 1250)"           = "windows-1250, 1250"
  31. "Central European (ISO 8859-2)"             = "ISO-8859-2, 28592" 
  32. "Cyrillic"                                  = "windows-1251, 1251"
  33. "Turkish"                                   = "windows-1254, 1254"
  34.  
  35.  
  36. ; Character Translation languages provided by MSENCODE.DLL
  37. ; the Mx postfix is the index (CE) number of the encoding in MSEncode.DLL
  38.  
  39. "Chinese (EUC)"                             = "gb_2313-80, 0 M0"
  40. "Japanese (EUC)"                            = "x-euc-jp, 51932 M1"  
  41. "Korean (EUC)"                              = "Euc-kr, 0 M2"  
  42. "Japanese (JIS)"                            = "iso-2022-jp, 50220 M3" 
  43. "Korean (ISO-2022-KR)"                      = "iso-2022-kr, 50225 M4" 
  44. "Traditional Chinese (Big5)"                = "Big5, 950 M5"   
  45. "Simplified Chinese (GBK/GBK2312)"          = "Gb_2312-80, 936 M6"  
  46. "Japanese (Shift-JIS)"                      = "x-sjis, 932 M7"  
  47. "Korean (Wansung)"                          = "Ks_c_5601-1987, 949 M8" 
  48. "Multilingual (UTF-8)/KSC 5700"             = "UTF-8, 65001 M9" 
  49.  
  50.