#include <nds.h>
#include <string>
#include "utf8.h"
#include <ft2build.h>
#include "types.h"
#include "textbox.h"
#include "graphics.h"

Go to the source code of this file.
Functions | |
| string | no_spaces (const string &str) |
| Take out spaces of a string. | |
Variables | |
| const char * | kana_table |
| Kana to romaji conversion table. | |
Definition in file textbox.cpp.
| const char* kana_table |
Initial value:
"a a i i u u e e o o ka ga ki gi ku gu "
"ke ge ko go sa za shiji su zu se ze so zo ta da "
"chiji tsutsutzute de to do na ni nu ne no ha ba "
"pa hi bi pi fu bu pu he be pe ho bo po ma mi mu "
"me mo ya ya yu yu yo yo ra ri ru re ro wa wa wi "
"we wo n "
Definition at line 219 of file textbox.cpp.
Referenced by TextBox::ConvertToRomaji().
1.5.8