Changes between Initial Version and Version 2 of Ticket #11322


Ignore:
Timestamp:
Oct 6, 2014, 1:28:56 PM (10 years ago)
Author:
pulkomandy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11322 – Description

    initial v2  
    1717 * The functions should not crash when gLocaleRoster is NULL and they are fed an unicode character.
    1818
    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.
     19One 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.