-
- Downloads
Unicode: Optimize normalize() in NFC mode on 8-bit strings.
Unicode.normalize() in NFS mode on 8-bit strings is a noop, so there's no need to scan though the string. Fixes [PIKE-79].
Please register or sign in to comment
Unicode.normalize() in NFS mode on 8-bit strings is a noop, so there's no need to scan though the string. Fixes [PIKE-79].