Define cp_to_unicode() even without CONFIG_UTF8.
commit8f4d7f99038612f265ccd4ef83469381512f95fd
authorKalle Olavi Niemitalo <kon@iki.fi>
Sat, 18 Oct 2008 10:51:04 +0000 (18 13:51 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Thu, 1 Jan 2009 16:17:03 +0000 (1 16:17 +0000)
tree44485aac53a246ad0201c2efe0ccaeed548a6a7f
parentad45176dde9bb1f2d37b427a530bc06d53d04ebb
Define cp_to_unicode() even without CONFIG_UTF8.

And make its last parameter point to const.  add_cp_html_to_string()
no longer needs to pretend UTF-8 is ISO-8859-1.
src/intl/charsets.c
src/intl/charsets.h
src/util/conv.c