Opened 12 years ago
Closed 11 years ago
#5056 closed Bugs (fixed)
Support wide paths in Quickbook
Reported by: | Daniel James | Owned by: | Daniel James |
---|---|---|---|
Milestone: | Boost 1.47.0 | Component: | quickbook |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
See #5055. Will also need to convert the path to UTF-8 for the FILENAME macro.
Change History (3)
comment:1 by , 12 years ago
Status: | new → assigned |
---|
comment:2 by , 12 years ago
Milestone: | To Be Determined → Boost 1.47.0 |
---|
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Almost complete support in the release branch now. Only problem is writing out filenames in error messages and warnings. Does work under certain circumstances (e.g. compiled with a recent Visual C++ and run from the terminal, or when output to a compatible code page) but a general solution doesn't seem possible. So marking this fixed.
Note:
See TracTickets
for help on using tickets.
That's UTF-8 for the
__FILENAME__
macro.