--- psiconv/trunk/lib/psiconv/configuration.h 2003/12/13 23:26:37 180 +++ psiconv/trunk/lib/psiconv/configuration.h 2004/01/04 15:47:16 181 @@ -39,6 +39,9 @@ int bluebits; /* Only needed when color is used and no palet */ psiconv_bool_t color; psiconv_error_handler_t *error_handler; + psiconv_u8 unknown_epoc_char; + psiconv_ucs2 unknown_unicode_char; + psiconv_ucs2 unicode_table[0x100]; } *psiconv_config; extern psiconv_config psiconv_config_default(void);