Couple of fiddly fixes in libcharset.
[sgt/charset] / internal.h
index ce9f146..df5996f 100644 (file)
@@ -91,6 +91,8 @@ void read_sbcs(charset_spec const *charset, long int input_chr,
 int write_sbcs(charset_spec const *charset, long int input_chr,
               charset_state *state,
               void (*emit)(void *ctx, long int output), void *emitctx);
+long int sbcs_to_unicode(const struct sbcs_data *sd, long int input_chr);
+long int sbcs_from_unicode(const struct sbcs_data *sd, long int input_chr);
 
 long int big5_to_unicode(int r, int c);
 int unicode_to_big5(long int unicode, int *r, int *c);