Opened 10 years ago
Closed 10 years ago
#7265 closed Bugs (wontfix)
non-ASCII comments in boost headers break visual studio compilers on east-asian codepages
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | None |
Version: | Boost 1.50.0 | Severity: | Problem |
Keywords: | non-ascii | Cc: |
Description
I've seen a number of tickets on this subject but I wrote a Python script to find them all in 1.50.0. I've attached the script and the error report it generates showing the file name, line number and line content so it can be used to locate them all. Hope this is useful.
Attachments (2)
Change History (5)
by , 10 years ago
Attachment: | gen_non_ascii.py added |
---|
by , 10 years ago
Attachment: | report.txt added |
---|
UTF-8 report generated by Python script on boost 1.50.0
comment:1 by , 10 years ago
Tickets that are associated to several libraries are not well suited. I see two solutions:
You create explicit tickets for each one of the libraries, or you provide a patch and request the development ML for some one to apply it.
comment:2 by , 10 years ago
Just so you know, the boost inspection tool already checks for this. You can see the results in the inspection reports.
comment:3 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Please, create a ticket for each library.
Python script to find non-ascii characters in boost headers.