X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fstk-charconv.h;h=3b47940f317d63ce7f99e943b3512835d26cccbd;hb=d81211bb8cb5fa357e7a6046e284ba0ff5a6cc28;hp=01a242cdc9887d5510ee47e2f34c15e9660938ef;hpb=13499b70e642fa92ae3152ed8b17bebd778a8ac0;p=libucw.git diff --git a/charset/stk-charconv.h b/charset/stk-charconv.h index 01a242cd..3b47940f 100644 --- a/charset/stk-charconv.h +++ b/charset/stk-charconv.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Character Conversion with Allocation on the Stack + * Sherlock Library -- Character Conversion with Allocation on the Stack * * (c) 2006 Pavel Charvat * @@ -21,7 +21,7 @@ #define stk_strconv_to_utf8(s, cs_in) stk_strconv(s, cs_in, CONV_CHARSET_UTF8) #define stk_strconv_from_utf8(s, cs_out) stk_strconv(s, CONV_CHARSET_UTF8, cs_out) - + /* Internals */ uns stk_strconv_init(struct conv_context *c, byte *s, uns cs_in, uns cs_out);