Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > We have of course one other options: > > On linux: char_type is wchar_t > docstring is wstring > > On windows: char_type is uint32_t > docstring is basic_string<uint32_t> > > Perhaps that is the easiest solution after all?
Works only for MSVC. Will still fail for MinGW and Cygwin. Angus