
20 Jul
2004
20 Jul
'04
4:20 p.m.
patch attached
jon
Thanks. - utf::wstring_token_iterator tit( L"?????? ?? ? ???" ); - wchar_t const* res[4] = { L"??????", L"??", L"?", L"???" }; + utf::wstring_token_iterator tit( L"\317\356\367\345\354\363 \341\373 \350 \355\345\362" ); + wchar_t const* res[4] = { L"\317\356\367\345\354\363", L"\341\373", L"\350", L"\355\345\362" }; But could you please explain why do I need that and what is wrong with original? Gennadiy.