Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ kutenzenkak(3X) — HP-UX 7.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

open_jlib(3X)

KUTENZENKAKU(3X)

NAME

KutenZenkaku − translate characters

SYNOPSIS

#include <jlib.h>

unsigned char *KutenZenkaku (c, s)
int c;
unsigned char *s;

DESCRIPTION

The argument c means KUTEN (section-point) code defined as follows:

c = n * 10000 + x * 100 + y;

where n is plane number, x is section number and y is point number. 

KutenZenkaku copies the corresponding 16-bit Japanese character in string s, terminated by a null character.

DIAGNOSTICS

KutenZenkaku returns s upon successful completion. Otherwise, a NULL pointer is returned. 

SEE ALSO

open_jlib(3X)

Hewlett-Packard Company  —  HP-UX Release 7.0: Sept 1989

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026