1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-02 08:57:19 -04:00
elinks/src/bookmarks
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
..
backend bug 153, 1066: Convert XBEL bookmarks to/from UTF-8. 2009-02-08 18:26:04 +02:00
bookmarks.c bug 153, 1066: Convert XBEL bookmarks to/from UTF-8. 2009-02-08 18:26:04 +02:00
bookmarks.h bug 153, 1066: Add add_bookmark_cp(). 2009-01-24 12:18:28 +02:00
dialogs.c bug 153, 1066: init_bookmark() and add_bookmark() expect UTF-8. 2009-01-24 12:17:48 +02:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00