Code page: Difference between revisions

Content deleted Content added
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 578:
{{Div col|colwidth=30em}}
* [[Code page 932 (Microsoft Windows)|932]] – Supports [[Japanese writing system|Japanese]] [[Shift-JIS]]
* [[Code page 936 (Microsoft Windows)|936]] – Supports [[Simplified Chinese characters|Simplified Chinese]] [[GB2312]] or [[GBK (character encoding)|GBK]]
* [[Unified Hangul Code|949]] – Supports [[Hangul|Korean]] Unified Hangul Code
* [[Code page 950|950]] – Supports [[Traditional Chinese characters|Traditional Chinese]] [[Big5]]
** [[Code page 950|951]] – Supports [[Traditional Chinese characters|Traditional Chinese]] [[Big5]] with [[HKSCS]]
 
{{div col end}}
 
Line 925 ⟶ 927:
! ID !! Names !! Description !! Origin !! Platform !! DOS !! OS/2 !! Windows !! Mac !! Else !! Encoding !! Comment
|-
| 0 || {{N/A}} || Reserved || IBM, Microsoft || {{N/A}} || 3.3+ || 1.0+ || ?{{dunno}} || ?{{dunno}} || ?{{dunno}} || || Internal OS use<ref name="Paul_2002"/>
|-
| 437 || CP437, IBM437 || PC US || IBM<ref name="CP437"/> || IBM PC || 3.3+ || 1.0+ || {{Yes}} || ?{{dunno}} || {{Yes}} || 8-bit [[SBCS]] ||
|-
| 57344&nbsp;- 61439 || {{N/A}} || Private use derivations || IBM || {{N/A}} || {{N/A}} || {{N/A}} || {{N/A}} || {{N/A}} || {{N/A}} || {{varies|various}} || Private use code page derivations (E000h-EFFFh)
|-
| 65280&nbsp;- 65533 || {{N/A}} || Private use definitions || IBM || {{N/A}} || {{N/A}} || {{N/A}} || {{N/A}} || {{N/A}} || {{N/A}} || {{varies|various}} || Private use code page definitions (FF00h-FFFDh)
|-
| 65534 || {{N/A}} || Reserved || IBM, Microsoft || {{N/A}} || ?{{dunno}} || ?{{dunno}} || ?{{dunno}} || ?{{dunno}} || ?{{dunno}} || {{varies|various}} || Internal OS use (FFFEh)
|-
| 65535 || {{N/A}} || Reserved || IBM, Microsoft || {{N/A}} || 3.3+ || 1.0+ || ?{{dunno}} || ?{{dunno}} || ?{{dunno}} || {{varies|various}} || Internal OS use (FFFFh)<ref name="Paul_2002"/>
|}
 
Line 1,012 ⟶ 1,014:
 
== External links ==
{{Wikibooks|Character Encodings/Code Tables}}
* [http://www.ibm.com/software/globalization/cdra/glossary.jsp#SPTGLCDPG IBM CDRA glossary]
* {{webarchive|url=https://web.archive.org/web/20160205110331/http://www-01.ibm.com/software/globalization/g11n-res.html|date=2016-02-05|title=IBM code pages}}
Line 1,020 ⟶ 1,023:
* [http://www.i18nguy.com/unicode/codepages.html Character Sets And Code Pages At The Push Of A Button]
* [https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/chcp Microsoft Chcp command: Display and set the console active code page]
* [https://en.wikibooks.org/wiki/Character_Encodings/Code_Tables "Code Tables" ''Character Encoding'' Wikibook]
 
{{character encoding}}