#include <iostream>
#include <iconv.h>
#include <cassert>
Functions |
| void | tab () |
| void | num (char i, bool last) |
| void | writeChar (char *value, int length, bool last, const std::string &comment="") |
| void | writeMissing (bool last) |
| int | write_table (const std::string &charset, const std::string &tableName) |
| int | main () |
Function Documentation
| void num |
( |
char |
i, |
|
|
bool |
last |
|
) |
| |
| int write_table |
( |
const std::string & |
charset, |
|
|
const std::string & |
tableName |
|
) |
| |
| void writeChar |
( |
char * |
value, |
|
|
int |
length, |
|
|
bool |
last, |
|
|
const std::string & |
comment = "" |
|
) |
| |