--- psiconv/trunk/lib/psiconv/data.h 2004/01/04 22:20:43 183 +++ psiconv/trunk/lib/psiconv/data.h 2004/01/06 20:15:01 184 @@ -54,7 +54,7 @@ typedef psiconv_u32 psiconv_X_t; /* A string */ -typedef char *psiconv_string_t; +typedef psiconv_ucs2 *psiconv_string_t; /* In the Psion file, these are identical; but we translate them to more human-readable quantities */ @@ -139,7 +139,7 @@ { psiconv_bool_t on; psiconv_size_t font_size; - psiconv_u8 character; + psiconv_ucs2 character; psiconv_bool_t indent; psiconv_color color; psiconv_font font;