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

 

gives the string constant "LF". The linefeed would be found in the
output array as:

s->ctrl_base + ctr2375_LF

where s is the pointer returned by the interpreter function. There is
also a function csi2ctrl() which translates CSI control sequences to
members of the same ctr2375 enumeration, but this should not be
needed, as the interpreter will return uniformly the control
enumerations. Parameter bytes are not translated, but expanded to the
size of a UCS-4 character.

 

back