#include <iostream>
#include <xlat.h>
Functions | |
int | _bits (int c) |
void | xlat_utf (char *s, int len, ostream &os) |
void | xlat_translit (char *s, int len, ostream &os) |
void | xlat_256 (char *s, int len, ostream &os, unsigned char *tbl) |
void | xlat_128 (char *s, int len, ostream &os, unsigned char *tbl) |
void | xlat (char *s, int len, ostream &os, int tb) |
Variables | |
unsigned char * | xlat_tables [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: { tbl_alt2koi, tbl_ansi2koi, tbl_iso2koi, tbl_web2koi, tbl_alt2ansi, tbl_iso2ansi, tbl_koi2ansi, tbl_koi2utf8, tbl_ASCII2EBCDIC, tbl_EBCDIC2ASCII } |