Windows code page: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
Windows uses two main groups of code pages. The OEM code pages are a hangover from dos and the original PC architecture the ANSI code pages are used for non-unicode apps in the windows GUI. Two single byte fixed width code pages (874 for Thai and 1258 for vietnamese) and 4 multibyte [[CJK]] code pages (932, 936, 949, 950) are used as both ansi and OEM code pages. Both ansi and oem code pages are [[extended ascii]] code pages.
 
1258 uses [[combining diacritic]]s as veitnamese requires more than 128 letter/diacritic combinations. This is in contrast to [[VSCIIVISCII]] which replaces some of the [[C0]] control codes.
 
__TOC__