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.