diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-19 02:59:21 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-19 02:59:21 +0800 |
commit | c03848ecdf2e370aaed618044f042d93fcda5f5c (patch) | |
tree | ac724c280b4aa9ee5d04afa3a80ccfb0f5d6edfa /e-util/ChangeLog | |
parent | 4af109915aef59e9101d082d6a02880e9214b589 (diff) | |
download | gsoc2013-evolution-c03848ecdf2e370aaed618044f042d93fcda5f5c.tar gsoc2013-evolution-c03848ecdf2e370aaed618044f042d93fcda5f5c.tar.gz gsoc2013-evolution-c03848ecdf2e370aaed618044f042d93fcda5f5c.tar.bz2 gsoc2013-evolution-c03848ecdf2e370aaed618044f042d93fcda5f5c.tar.lz gsoc2013-evolution-c03848ecdf2e370aaed618044f042d93fcda5f5c.tar.xz gsoc2013-evolution-c03848ecdf2e370aaed618044f042d93fcda5f5c.tar.zst gsoc2013-evolution-c03848ecdf2e370aaed618044f042d93fcda5f5c.zip |
If unicode_get_utf8 returns -1, assume it was actually undeclared
* e-html-utils.c (e_text_to_html): If unicode_get_utf8 returns -1,
assume it was actually undeclared iso-8859-1 text.
svn path=/trunk/; revision=6002
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index e4d70982a2..404b1a331f 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,12 +1,18 @@ +2000-10-18 Dan Winship <danw@helixcode.com> + + * e-html-utils.c (e_text_to_html): If unicode_get_utf8 returns -1, + assume it was actually undeclared iso-8859-1 text. + 2000-10-17 Jesse Pavel <jpavel@helixcode.com> - * ename/e-address-western.c: made the routines use the stardard e_strstrcase - instead of the included function that existed earlier. + * ename/e-address-western.c: made the routines use the stardard + e_strstrcase instead of the included function that existed + earlier. 2000-10-11 Iain Holmes <iain@helixcode.com> - * ename/e-address-western.c (e_address_western_parse): g_strconcat needs - to be NULL terminated or it goes funny. + * ename/e-address-western.c (e_address_western_parse): g_strconcat + needs to be NULL terminated or it goes funny. Tue Sep 26 16:48:49 2000 Christopher James Lahey <clahey@helixcode.com> |