added qse_mbsntowcsnupto()

changed qse_tio_readwcs() to utilize qse_mbsntowcsnupto()
This commit is contained in:
2011-12-21 16:21:46 +00:00
parent 38d3c22d1f
commit 14acf9a920
24 changed files with 1311 additions and 806 deletions

View File

@ -18,7 +18,7 @@ static int test1 (void)
const qse_wchar_t unistr[] =
{
/* ugly hack for old compilers that don't support \u */
/*L"\uB108 \uBB50\uAC00 \uC798\uB0AC\uC5B4?",*/
/*L"\uB108 \uBB50\uAC00 \uC798\uB0AC\uC5B4!",*/
0xB108,
L' ',
0xBB50,
@ -27,7 +27,7 @@ static int test1 (void)
0xC798,
0xB0AC,
0xC5B4,
L'?',
L'!',
L'\0'
};