seuctoibmj(3K) 3/11/92 seuctoibmj(3K)
NAME
seuctoibmj - convert a string from EUC to IBM host code
SYNOPSIS
cc [flag...] file... -lkanji [library...]
#include <mlx-j/kanji.h>
unsigned char *seuctoibmj(unsigned char *dest, sizet dlen, unsigned
char *src);
DESCRIPTION
seuctoibmj converts an EUC string into IBM Japanese (Katakana) Kanji
Mixed Host Code (IBM CCSID's 13218 and 09122).
src points at the null-terminated source string, dest points at the
buffer to receive the result. dlen is the size of the dest buffer.
RETURN VALUE
Successful conversion returns a value of dest, which is
null-terminated. If errors are detected during conversion, or if the
size of the output buffer is insufficient to hold the result, dest
contains garbage and NULL is returned.
NOTES
The output string is always left in shifted-out mode.
FILES
/usr/lib/libkanji.a
SEE ALSO
fkeuctoibmj(3K), ceuctoibmj(3K), sibmjtoeuc(3K).
Page 1 Reliant UNIX 5.44 3, 1911