4 void init_char_table(char_set_type set
);
6 dungeon_char_type
get_feature_dchar(dungeon_feature_type feat
);
7 unsigned dchar_glyph(dungeon_char_type dchar
);
9 std::string
stringize_glyph(unsigned glyph
);
10 int multibyte_strlen(const std::string
&s
);
12 dungeon_char_type
dchar_by_name(const std::string
&name
);