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 2956] New: compilation failure on non-european windows ( d

Date: Sun, 12 Oct 2008 01:51:52 -0700 (PDT)
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.