Opened 5 years ago
#13441 new Bugs
Boos.Locale message formating exception if 'ß' used in translation file
| Reported by: | Owned by: | Artyom Beilis | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | locale |
| Version: | Boost 1.66.0 | Severity: | Problem |
| Keywords: | Message Formatting translation | Cc: |
Description
If I use a 'ß' in the translation and load this resource file i get an debug error.
boost::locale::generator gen;
gen.add_messages_domain("MyDomain");
const auto de = gen("de_DE"); // debug error
Note:
See TracTickets
for help on using tickets.
