Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3057] New: compilation failure on non-european windows ( d

Date: Thu, 13 Nov 2008 14:26:28 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3057

           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 #2484|                            |review_for_checkin?
               Flag|                            |


Created an attachment (id=2484)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2484)
a patch to remove non-ascii characterse 

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
There are some non-ASCII characters in the following files.
- epan/dissectors/packet-mp4ves.c
- epan/dissectors/packet-gsm_a_bssmap.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.