Opened 20 years ago
Last modified 20 years ago
#30 closed defect
setlocale / ctype is broken. — at Version 1
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.6.1 |
| Component: | libc | Version: | 0.6 |
| Severity: | normal | Keywords: | libc setlocale |
| Cc: |
Description (last modified by )
We're using ___wctype() which is checking the globals instead of the temporary copy. If this had worked, it would've wasted time and queried the char type twice.
Note:
See TracTickets
for help on using tickets.
