https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2956
Summary: compilation failure on non-european windows (due to non-
ascii characters)
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: suz@xxxxxxxx
SUZUKI, Shinsuke <suz@xxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2345| |review_for_checkin?
Flag| |
Created an attachment (id=2345)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2345)
a patch to remove non-ascii characterse
Build Information:
(latest svn)
--
There are some non-ASCII characters in the following files.
- epan/dissectors/packet-mpeg-pes.c
- epan/dissectors/packet-iec104.c
Since this leads to a compilation failure (Warning C4819: unexpected character
in the current code page) on non-european Windows, I'd like you to avoid using
non-ASCII characters in Wireshark code (even in comment).
Here's a patch to cope with this problem.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.