Opened 8 years ago
Closed 7 years ago
#11038 closed Feature Requests (duplicate)
filesystem_error exception uses wrong encoding for what()
| Reported by: | anonymous | Owned by: | Beman Dawes | 
|---|---|---|---|
| Milestone: | To Be Determined | Component: | filesystem | 
| Version: | Boost 1.55.0 | Severity: | Problem | 
| Keywords: | Cc: | 
Description
If one tries to access locked file on Windows with RU_ru locale, he'll get an exception with "отказано в доступе" (access denied) returned by its what() method. It's written in 1251 encoding, and it's very inconvenient to work with. I think, that there should be at least wwhat() method to get wstring of exception in Unicode.
  Note:
 See   TracTickets
 for help on using tickets.
    

Duplicate of #11039