#ifndef FONT_CHARMAPS_H
#define FONT_CHARMAPS_H
namespace FontCharmaps
{
extern const wchar_t M_SKIP;
const wchar_t *get_char_map(CString name);
};
#endif