1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/intl
Kalle Olavi Niemitalo 73f925ce21 bug 153, 1066: Convert XBEL bookmarks to/from UTF-8.
When the file is being read, Expat provides the strings to ELinks in
UTF-8, so ELinks can put them in struct bookmark without conversions.
Make sure gettext returns any placeholder strings in UTF-8, too.
Replace '\r' with ' ' in bookmark titles and URLs.

When the file is being written, put encoding="UTF-8" in the XML
declaration, and then write out the strings from struct bookmark
without character set conversions.  Do replace some characters
with entity references though, by calling add_html_to_string().
2009-02-08 18:26:04 +02:00
..
gettext bug 153, 1066: Convert XBEL bookmarks to/from UTF-8. 2009-02-08 18:26:04 +02:00
charsets.c Make encode_utf8() extern even without CONFIG_UTF8. 2009-01-04 16:55:24 +02:00
charsets.h Make encode_utf8() extern even without CONFIG_UTF8. 2009-01-04 16:55:24 +02:00
codepage.inc Bug 932: Redisable 0x80...0x9F mappings in some charsets. 2008-10-11 15:35:34 +03:00
entity.inc Make entities[] static const. 2007-02-03 19:51:45 +02:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
uni_7b.inc Make unicode_7b[] static const. 2007-02-03 23:25:16 +02:00