1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00
elinks/src/bookmarks
Kalle Olavi Niemitalo b3f9d48bba bug 153, 1066: Convert strings from add-bookmark dialogs to UTF-8.
In src/bookmarks/dialogs.c, do_add_bookmark() gets the title and URL
in the terminal charset and needs to know which one that is.  When a
bookmark is being added, save the struct terminal * to dialog.udata2
and read the charset from there.  When a bookmark is being edited,
dialog.udata2 is needed for the struct bookmark *, but there we always
have the parent struct dialog_data * in dialog.udata and can get the
terminal from that.
2009-02-08 18:26:19 +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 session-snapshot bookmarks to/from UTF-8. 2009-02-08 18:26:19 +02:00
bookmarks.h bug 153, 1066: Convert session-snapshot bookmarks to/from UTF-8. 2009-02-08 18:26:19 +02:00
dialogs.c bug 153, 1066: Convert strings from add-bookmark dialogs to UTF-8. 2009-02-08 18:26:19 +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