diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-01-05 04:47:26 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-01-05 04:47:26 +0000 |
commit | 434bf7e8d009867dd85773908859d6429c210102 (patch) | |
tree | 91081107a18de843a9abae3c908fb73ac3b82b55 /TODO | |
parent | 854603b2a050d4403a3ee11c1abefa1ebc36eba2 (diff) |
Fix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ I'm currently working on completing the wide char and locale support. 1) Little things that need fixing: ---------------------------------- - *) Fix bugs in *printf: wprintf %ls bug ; outdigit precison bug + *) Fix bug in *printf: outdigit precison bug a) Use locale decimal point in *printf() and strto*d() -- slightly complicated by the fact that at least one locale uses a wchar radix that does not map to a single byte in UTF-8. |