Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare to handle state-dependent encodings. This mainly involves not | tjr | 2004-04-07 | 1 | -2/+6 |
| | | | | | taking shortcuts when it comes to storing and passing around conversion states. | ||||
* | Pass NULL instead of a pointer to a zeroed mbstate_t object. | tjr | 2003-11-05 | 1 | -5/+2 |
| | |||||
* | Add a placeholder implementation of wcscoll() and wcsxfrm() which gives | tjr | 2002-10-04 | 1 | -0/+97 |
locale-sensitive collation only in single-byte locales, and just does binary comparison for the others with extended character sets. |