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

 

The demonstration program in test.c contains a version which will
allow to adjust the number of bytes being processed until the
interpreter returns.

Also the result of the interpretation is given in the struct returned
by the interpreter. It contains a member "olen" which is the number of
UCS-4 characters in the output, and a member "obuf" which is a
dynamically allocated array of olen - 1 elements of a size appropriate
for one UCS-4 character. The interpreter always appends to this array,
at the position of olen, and incrementing that accordingly.

 

back next