#include <stdlib.h>
#include <string.h>
#include <iostream>
Go to the source code of this file.
Enumerations | |
enum | { none = 0x0, alt2koi, ansi2koi, iso2koi, web2koi, alt2ansi, iso2ansi, koi2ansi, koi2utf, koi2translit, ascii2ebcdic, ebcdic2ascii } |
Functions | |
int | xlat_table (char *str) |
void | xlat_table_list (std::ostream &os) |
void | xlat_utf (char *s, int len, std::ostream &os) |
void | xlat_translit (char *s, int len, std::ostream &os) |
void | xlat (char *s, int len, std::ostream &os, int tb=ansi2koi) |
|
|
|
|
|
|
|
|
|
|
|
|