1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-26 01:15:37 +00:00
elinks/src/bookmarks
Kalle Olavi Niemitalo 97d72d15a0 bug 153, 1066: Convert properties of SMJS bookmark to/from UTF-8.
SpiderMonkey uses UTF-16 and the strings in struct bookmark are in
UTF-8.  Previously, the conversions behaved as if the strings had been
in ISO-8859-1.

SpiderMonkey also supports JS_SetCStringsAreUTF8(), which would make
the existing functions convert between UTF-16 and UTF-8, but that
effect is global so I dare not enable it yet.  Besides, I don't know
if that function works in all the SpiderMonkey versions that ELinks
claims to work with.
2009-02-08 18:26:18 +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 properties of SMJS bookmark to/from UTF-8. 2009-02-08 18:26:18 +02:00
bookmarks.h bug 153, 1066: Add codepage parameter to update_bookmark(). 2009-02-08 18:26:18 +02:00
dialogs.c bug 153, 1066: Add codepage parameter to update_bookmark(). 2009-02-08 18:26:18 +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