Up

cvtenc documentation

Authors

Richard Frith-Macdonald (richard@brainstorm.co.uk)

Copyright: (C) 2002 Free Software Foundation, Inc.


Contents -

  1. cvtenc
  2. cvtenc macros

cvtenc

Converts a file encoded in a specified or default non-unicode encoding to unicode, or, if the file is already in unicode, converts it to a specified or default non-unicode encoding. The converted text is printed to standard out.

cvtenc macros

char2num

char2num(ch)
Availability: OpenStep

Convert hex digit in ascii to decimal equivalent.

inrange

inrange(ch, min, max)
Availability: OpenStep

Return whether value ch between min and max.


Up