
------------------------------------------------------------------------------
3.2 Map user character. <Main>
------------------------------------------------------------------------------
[Name]
crt_mapuch
[Syntax]
#include <crt.h>
int crt_mapuch( unsigned int code, unsigned int ucode ) ;
[Arguments]
code code to be assigned
0x0020 through 0x00DF for single byte character
0x8140 through 0xEFFF for 2-byte character (limited
to those allowed in shift JIS code)
ucode FANUC code for the user defined character
(0x4100 through 0x41FF)
[Return]
0 normal completion
1 illegal character code assigned
[Description]
Assign single byte character code or JIS Kanji code for the user
defined character.
To put a character on the screen by using the assigned JIS code,
select either "ESC (8" mode (single byte mode) or "ESC (B" mode
( 2 bytes mode).
This function does not check the validity of the specified character
code. Care should be taken not to specify wrong character codes.