I would quite like to clean up the codebase and dependencies by using C++11 and restricting stream and grammar encodings to UTF-8, and to that end I'd like to know if...
- Is anyone using streams or grammars in encodings other than UTF-8? - Is anyone stuck on ancient versions of GCC g++ older than 4.6? Debian Stable and Ubuntu 12.04 LTS have 4.6.3, which are fine. Mac OS X users' g++ 4.2 doesn't count - you have XCode's clang++ instead, which is C++11 capable. I only know of RHEL/CentOS 6.5 that has g++ 4.4.7, but since RHEL is also stuck on a too old version of CMake and nobody has complained about that, I guess RHEL's not really important. -- Tino Didriksen CG-3 Developer -- You received this message because you are subscribed to the Google Groups "Constraint Grammar" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/constraint-grammar. To view this discussion on the web visit https://groups.google.com/d/msgid/constraint-grammar/9cbe5286-3852-44d3-9d7d-3c07e586528a%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
