Boost logo

Boost :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2004-07-20 11:20:00


> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk