Angus Leeming <[EMAIL PROTECTED]> writes: | 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.
Perhaps we should go that way anyway. If the underlying systems can support what we want (32bit char_types) then we use that, else we have to use our own solution. -- Lgb