X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Fmp-charconv.h;h=f33cd373e590620a7ceb9e6051d3b166fc89952c;hb=67d52e562eaeef76ee6c5d9f8ca2da573e825506;hp=0c34c46927eed0b636beaa01812a9f8870b70111;hpb=13499b70e642fa92ae3152ed8b17bebd778a8ac0;p=libucw.git diff --git a/charset/mp-charconv.h b/charset/mp-charconv.h index 0c34c469..f33cd373 100644 --- a/charset/mp-charconv.h +++ b/charset/mp-charconv.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Character Conversion with Allocation on a Memory Pool + * Sherlock Library -- Character Conversion with Allocation on a Memory Pool * * (c) 2006 Pavel Charvat * @@ -16,7 +16,7 @@ byte *mp_strconv(struct mempool *mp, byte *s, uns cs_in, uns cs_out); static inline byte * -mp_strconv_to_utf8(struct mempool *mp, byte *s, uns cs_in) +mp_strconv_to_utf8(struct mempool *mp, byte *s, uns cs_in) { return mp_strconv(mp, s, cs_in, CONV_CHARSET_UTF8); } static inline byte *