Up

cvtenc documentation

Authors

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

Date: Generated at 2025-02-11 22:19:46 +0100

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


Contents -

  1. cvtenc
  2. cvtenc macros

cvtenc


Convert hex digit in ascii to decimal equivalent.

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

Return whether value ch between min and max.
Convert hex digit in ascii to decimal equivalent.

inrange

inrange(ch, min, max)
Availability: OpenStep

Return whether value ch between min and max.


Up