|
Wide-Character-Regex |
Top Previous Next |
|
User interface > Main menu > Menu: Options > Project options > Code generation > Wide-Character-Regex
This Option isn't tested yet
If the wide-character option is activated, parser classes are created, which can process texts, which are using character sets with more than the 256 ASCII characters (Unicode). A single character then is represented by two bytes in the memory instead of only one. Instead of std::string and boost::regex the according data types: std::wstring and boost::wregex are used. |
|
This page belongs to the TextTransformer Documentation |
Home Content German |