[Clipart] [Bug 3867] Bad character encoding for submited files
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Aug 24 00:50:28 PDT 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=3867
------- Additional Comments From sas00003 at btinternet.com 2005-08-24 00:50 -------
Jonadab writes:
> How did you discover this in the first place?
I was examining your fixed version of index.xml, and happened to search for &.
> > When you get metadata from the form, the encoding should be
> > specified in the HTTP header.
>
> Actually, I think it's specified in the separators,
Yes, you're right.
> If I boot into DOS, I can type IBM Extended ASCII characters with
> the Alt+nnn-on-the-numpad trick, but those won't display correctly
> on any modern system.
But you could use GNU recode to convert them to UTF-8:
recode IBM437/CR-LF..u8 filename.txt
or to Latin-1 (when possible):
recode IBM437/CR-LF..lat1 filename.txt
or to some other appropriate modern encoding.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the clipart
mailing list