anttijuu/PluginDllDemo

Conversion plugin dll examples fail with non ascii chars

anttijuu opened this issue · 0 comments

Reverse and Matrix methods treat chars as 8bit bytes. Should use e.g. boost::locale to iterate through the text elements. Challenging issue...