Home Page - Summary - Admin - Forums - Tracker - Bugs - Support - Patches - RFE - Lists - Tasks - Docs - News - CVS - Files

 

  ---- libiso2022
  1... IntroductionS
  1.1 Character sets
  1.2 Control Characters
  2... How to build the library
  3... How to use the library
  3.1 The character set base
  3.2 The interpreter
  4.... Bugs
  ---- Donwload
ISO 2022 is a standard which defines escape sequences to select
different sets of characters, suitable for text in different language
environments. This relies mainly on the sets registered by the ISO
2375 standard.

I wrote this library because I needed an interpreter for this standard
for another project.