boost-locale Questions

1

Solved

Using the sample code from the boost::locale documentation, I can't get the following to correctly tokenize Chinese text: using namespace boost::locale::boundary; boost::locale::generator gen; std...
Restharrow asked 13/3, 2015 at 17:25

1

Solved

I am trying to use boost::locale and std::stod together in a german locale where a comma is the decimal separator. Consider this code: boost::locale::generator gen; std::locale loc(""); // (1) //...
Onstad asked 12/1, 2016 at 13:24

4

Solved

I want to read / write a file with a unicode file name using boost filesystem, boost locale on Windows (mingw) (should be platform independent at the end). This is my code: #include <boost/loc...
Conveyancing asked 30/4, 2014 at 16:53

2

Solved

I create a chrome extension using Firebreath: http://slimtext.org And I meet a problem: the extension does not support Chinese characters very well on Windows. After a lot of research I found this:...
Darrickdarrill asked 17/3, 2013 at 3:5
1

© 2022 - 2024 — McMap. All rights reserved.