OpenMW
Functions
components/to_utf8/gen_iconv.cpp File Reference
#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

int main ( )
void num ( char  i,
bool  last 
)
void tab ( )
int write_table ( const std::string &  charset,
const std::string &  tableName 
)
void writeChar ( char *  value,
int  length,
bool  last,
const std::string &  comment = "" 
)
void writeMissing ( bool  last)