unicode fix submitted by Alte <010@imis.ru>

This commit is contained in:
Alfons Hoogervorst 2001-05-21 20:52:23 +00:00
parent 1aa789848c
commit 068f783489
4 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,9 @@
* src/textview.c: now also possible to add mail addresses by right
clicking in the text view
* src/codeconv.c: merged patch which fixes endless loop when encountering
invalid wide characters; from Alte <010@imis.ru>
2001-05-20 [alfons]
Added installation of gnome specific things:

View file

@ -840,6 +840,7 @@ void conv_encode_header(gchar *dest, gint len, const gchar *src,
mbl = wctomb(tmpp, *wtmpp);
if (mbl == -1) {
g_warning("invalid wide character\n");
wtmpp++;
continue;
}
/* g_free(raw); */

View file

@ -2,6 +2,6 @@
Name=Sylpheed
Comment=Sylpheed Mail
Exec=sylpheed
Icon=sylpheed.png
Icon=sylpheed.xpm
Terminal=0
Type=Application

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB