Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ASCII2ISO
src/bin/unzip/unzpriv.h
2361
# define ASCII2ISO(c) (((c) & 0x80) ? oem2iso[(c) & 0x7f] : (c))
src/bin/unzip/unzpriv.h
2367
# define ASCII2ISO(c) (c)