Opened 17 years ago
Closed 14 years ago
#597 closed Support Requests (duplicate)
Non-basic-source-character-set characters conflict with MSVC — at Version 7
Reported by: | nobody | Owned by: | nobody |
---|---|---|---|
Milestone: | Component: | Building Boost | |
Version: | None | Severity: | Problem |
Keywords: | source character MSVC | Cc: |
Description (last modified by )
There exist high-ascii characters in the Boost sources that cannot be converted to the local region for a given computer because the context of the originating region of the source is not known. Thus, these high-ascii characters may not have a proper mapping, and a warning will be emitted by MSVC 2003 and 2005. This should be considered a failure case because, though low, it is still emitting an alert. Thus, without the correct region set on your system, the Boost sources fail to build.
Change History (7)
comment:2 by , 16 years ago
Status: | assigned → closed |
---|
Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
comment:3 by , 16 years ago
Logged In: YES user_id=1578182 I get this same problem. I'm using the Japanese region and the warning I get is 4819. Per the discussion in http://archives.free.net.ph/message/20060403.042624.2a5fe361.en.html , I'm sure it's the copyright symbols that are causing this problem as they don't show up as copyright symbols for me. (a half-width katakana 'u', if you're curious)
comment:4 by , 15 years ago
Resolution: | None |
---|---|
Status: | closed → reopened |
Same problem here. My system codepage is Chinese(codepage 936), and some header files can't be displayed properly. for example, in utility/enable_if.hpp, the copyright mark and the author's name are not right. This make vc2005 emit lots of warnings(c4819).
I have to surpress the warning manually or change the boost header file myself for successful building. I believe this happens on all Chinese, Japanese, Korean windows system.
I suggest use only basic source set characters in header files. It's simply not possible to display every name correctly unless the file is in unicode.
comment:5 by , 14 years ago
Component: | None → Building Boost |
---|---|
Keywords: | source character MSVC added |
Severity: | → Showstopper |
comment:6 by , 14 years ago
Severity: | Showstopper → Problem |
---|
comment:7 by , 14 years ago
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | reopened → closed |
This is a duplicate of #1736, and if you look there, you can see progress on this front. We are working to eliminate as many of these warning as possible, however, I am loathe to change author's names in the source. Things like changing © --> (c) are easy, and we're getting those.