commit | 25dc6ac6eb3db954ec1a41730a3c4a8049810644 | [log] [tgz] |
---|---|---|
author | Kirill Makurin <maiddaisuki@outlook.com> | Wed Jul 09 17:38:40 2025 +0900 |
committer | LIU Hao <lh_mouse@126.com> | Sat Jul 12 16:57:59 2025 +0800 |
tree | d6443f5773fb08c1e27ce07ce49533fc3e4a36d2 | |
parent | f3fd891dedefba64438490c10c162edda722ec7d [diff] |
crt: new implementation for btowc and wctob Replacementes for C95 functions btowc and wctob now use mbrtowc and wcrtomb respectively to perform conversion. This ensures that their behavior is consistent with mbrtowc and wcrtomb functions. Signed-off-by: Kirill Makurin <maiddaisuki@outlook.com>