Content deleted Content added
m Note that the issue applies to Java too |
m Removed mention, its not very relevant to the article. Left note at :Talk |
||
Line 1:
Recent [[Microsoft]] products and APIs use [[Unicode]] internally, but many applications and APIs
Initially, computer systems and sytem programming languages did not make a distinction between characters and bytes. This has lead to many confusions subsequently. Microsoft software and systems from the 1980s
The [[original equipment manufacturer|OEM]] code pages are used in console windows and can be considered a holdover from [[DOS]] and the original [[IBM PC]] architecture. The [[ANSI]] code pages are used for non-[[Unicode]] applications using the Windows [[graphical user interface|GUI]]. Two single-byte, fixed-width code pages (874 for [[Thai language|Thai]] and 1258 for [[Vietnamese language|Vietnamese]]) and four multibyte [[CJK]] code pages ([[Shift JIS|932]], [[GBK|936]], [[Hangul|949]], [[Big5|950]]) are used as both ANSI and OEM code pages. Both ANSI and OEM code pages are [[extended ASCII]] code pages.
|