International Characters Support: Difference between revisions
Jump to navigation
Jump to search
→ANSI
No edit summary |
(→ANSI) |
||
Line 1: | Line 1: | ||
=ANSI= | =ANSI= | ||
The first widely character set was | The first widely used character set was 7-bits ANSI, with values ranging from 0 to 127. Being developed for English, it uses a Latin character set, but without accents and other punctuation signs (diacritical marks). | ||
In the '80s, extensions were provided by using 8-bits character tables, whose | In the '80s, extensions were provided by using 8-bits character tables, whose code numbers 128 to 255 where used to encode the missing values. But there were so many characters that those additional 128 values were not enough. So a number of maps (code pages) where defined. For instance, ISO-8859-1 for Western European Languages, with letter for French: é, German ä, Nordic languages: Ø, a few math symbols: °, µ, ½, and so on. | ||
Typical computer support consisted in | Typical computer support consisted in loading the adequate character map beforehand, then glyphs were rendered correctly. | ||
The first issue with this approach is about conversion. To view some text in Greek or Cyrillic language on a display configured for Western European requires | The first issue with this approach is about conversion. To view some text in Greek or Cyrillic language on a display configured for Western European requires switching back and forth between code pages. | ||
=Unicode= | =Unicode= |