#30 closed defect (fixed)
setlocale / ctype is broken.
| 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.
Change History (3)
comment:1 by , 20 years ago
| Description: | modified (diff) |
|---|---|
| Status: | new → assigned |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 20 years ago
Note:
See TracTickets
for help on using tickets.

After this fix toupper & tolower returned incorrect values for EOF, this is being fixed now.