[PATCH] msvcrt: Fix the btowc() function. (original) (raw)
Piotr Caban piotr.caban at gmail.com
Thu Dec 26 08:45:01 CST 2019
- Previous message (by thread): [PATCH] msvcrt: Fix the btowc() function.
- Next message (by thread): [PATCH] msvcrt: Implement _ispunct_l().
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Chip,
On 12/11/19 6:53 PM, Chip Davis wrote:
+ if(!getlocinfo()->lccodepage) _+ return c <= 255 ? c : MSVCRTWEOF;_ It doesn't work correctly in the !lc_codepage && c>255 case.
Thanks, Piotr
- Previous message (by thread): [PATCH] msvcrt: Fix the btowc() function.
- Next message (by thread): [PATCH] msvcrt: Implement _ispunct_l().
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]