mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Bug 153: Refer to the bug from the docstring of bookmarks.file_format.
When I first read the warning about "NO NATIONAL CHARS SUPPORT!" I was amazed: XML is based on Unicode, so why would the authors of the XBEL specification have botched support for those characters? The bug is actually in the ELinks implementation of XBEL, and it has already been entered in the ELinks bugzilla. Make the documentation string refer to that.
This commit is contained in:
parent
7809efa1b5
commit
cb02b46154
@ -54,13 +54,13 @@ static struct option_info bookmark_options_info[] = {
|
||||
"file_format", 0, 0, 1, 0,
|
||||
N_("File format for bookmarks (affects both reading and saving):\n"
|
||||
"0 is the default native ELinks format\n"
|
||||
"1 is XBEL universal XML bookmarks format (NO NATIONAL CHARS SUPPORT!)")),
|
||||
"1 is XBEL universal XML bookmarks format (ELinks bug 153: NO NATIONAL CHARS SUPPORT!)")),
|
||||
#else
|
||||
INIT_OPT_INT("bookmarks", N_("File format"),
|
||||
"file_format", 0, 0, 1, 0,
|
||||
N_("File format for bookmarks (affects both reading and saving):\n"
|
||||
"0 is the default native ELinks format\n"
|
||||
"1 is XBEL universal XML bookmarks format (NO NATIONAL CHARS SUPPORT!)"
|
||||
"1 is XBEL universal XML bookmarks format (ELinks bug 153: NO NATIONAL CHARS SUPPORT!)"
|
||||
" (DISABLED)")),
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user