Changes between Initial Version and Version 2 of Ticket #11322
- Timestamp:
- Oct 6, 2014, 1:28:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11322 – Description
initial v2 17 17 * The functions should not crash when gLocaleRoster is NULL and they are fed an unicode character. 18 18 19 One way to fix the latter is to add bounds checks to __isctypeand always return false for out of range characters. But I think it's better to investigate the first issue first.19 One way to fix the latter is to add bounds checks to {{{__isctype}}} and always return false for out of range characters. But I think it's better to investigate the first issue first.