Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ISASC
usr/src/lib/iconv_modules/euro/utils/japanese.h
33
#define ISASC(c) (((c) >= 0x00) && ((c) <= 0x7f))
usr/src/lib/iconv_modules/ja/common/japanese.h
152
#define ISASC(c) ((c) <= 0x7f)