diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-12 00:51:44 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-12 00:51:44 +0000 |
commit | e46d08523fd44432448c9c15bcec5977fd817e7d (patch) | |
tree | 226b5bd181ced654fab23a6ba0315fd59cd05418 /Functions | |
parent | eebfabe5487484b3d1e732386989e739bd3d869e (diff) | |
download | zsh-e46d08523fd44432448c9c15bcec5977fd817e7d.tar.gz zsh-e46d08523fd44432448c9c15bcec5977fd817e7d.tar.xz zsh-e46d08523fd44432448c9c15bcec5977fd817e7d.zip |
- The return value of mbsrtowcs() is also a size_t (like mbrtowc()).
- When mbrtowc() returns -2 when given all the remaining chars in a string, set an end-of-line flag and avoid calling mbrtowc() again for any of the incomplete characters that remain in the string. - Use "mbs" for the multi-byte state variable name (for consistency). - Use the new MB_INVALID and MB_INCOMPLETE defines for the size_t -1 and -2 values (respectively).
Diffstat (limited to 'Functions')
0 files changed, 0 insertions, 0 deletions