[Webkit-unassigned] [Bug 100384] Webkit 1.10.1 shows "question mark" (?) instead utf8 char
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 30 11:42:50 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=100384
--- Comment #4 from Martin Robinson <mrobinson at webkit.org> 2012-10-30 11:44:08 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > I saved the email you included in your comment and cannot reproduce this issue with GtkLauncher or Epiphany. What version of WebKitGTK+ are you using?
>
> Ah, sorry. I see that you already included that information.
Fancy seems to be trying to override the default encoding of the email:
g_object_set(viewer->settings, "default-encoding", charset, NULL);
from fancy_viewer.c line 141. It doesn't seem like that should cause an issue, but I wonder in your case what encoding is being used here. If I knew, I could test locally.
Right before that line is a line like this:
debug_print("using %s charset\n", charset);
Maybe you can try to get that output.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list