ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 1827] problem with accentuated letters

Date: Thu, 17 Sep 2009 19:25:10 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1827


Lee Carré <leec100@xxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leec100@xxxxxxxxxxx




--- Comment #17 from Lee Carré <leec100@xxxxxxxxxxx>  2009-09-17 19:25:08 PDT ---
(In reply to comment #9)
> I suppose we'd have to convert the UTF8 path + file name back to ASCII or will that not help?

Won't help.
UTF-8 was designed to be binary-compatible with ASCII and ISO 8859-1
(‘Latin-1’), so the resultant data would be (or at least, should be)
identical anyway.

Besides, Unicode exists precisely because many other character sets/encodings
support a relatively limited range/scope of characters (let alone whole
scripts). AFAIK, characters with diacritics (such as accents), are not
available in (true) ASCII. ISO 8859-1 (or the updated 8859-15) should support
characters used in most Western (Europe) languages.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.