Tagged Questions

2
votes
1answer
219 views

ctype and strings and containers

Is there any reason that the ctype facet functions (is,scan_is,scan_not only support plain char pointer, and not iterator based containers, like std::string or even a std::vector... then one could ...
2
votes
3answers
1k views

C++ ctype facet for UTF-8 in mingw

In a project all internal strings are kept in utf-8 encoding. The project is ported to Linux and Windows. There is a need for a to_lower functionality now. On POSIX OS I could use ...
0
votes
1answer
76 views

CTYPE issue during building dame

I am trying to build DAME. Environment details: GCC - gcc version 4.4.2 (GCC) ANTLR - ANTLR Parser Generator Version 2.7.2 when i am trying to compile the following code snippet: #include ...