Tim J. Robbins
|
2051a8f2d5
|
Move prototypes of various encoding-related functions into a new header
file to avoid extern'ing them all over the place.
|
2004-05-12 14:09:04 +00:00 |
|
Tim J. Robbins
|
fc813796d2
|
Perform some basic validation of multibyte conversion state objects.
|
2004-04-12 13:09:18 +00:00 |
|
Tim J. Robbins
|
fa02ee78c8
|
Don't cast away const qualifiers.
Spotted by: bde
|
2004-04-10 00:27:52 +00:00 |
|
Tim J. Robbins
|
ca2dae426e
|
Allow partial multibyte characters to accumulate in conversion state
objects passed to mbrtowc(), mbsrtowcs(), and mbrlen(), as required
by C99.
|
2004-04-07 10:48:19 +00:00 |
|
Tim J. Robbins
|
4f6d4aa30d
|
Reimplement the GB18030 encoding method using the new-style (mbrtowc()/
wcrtomb()) interface.
|
2004-04-04 11:00:42 +00:00 |
|
Andrey A. Chernov
|
a03081087c
|
Add support for gb18030 encoding
PR: 51729
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
|
2003-07-29 07:52:44 +00:00 |
|