pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2018-03-12
2018-03-12 10:54:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
25d4dd2b576777504ef3ae33c99dee3d074104d3 (
6
lines) (+
6
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Added nore about Unicode.normalize() optimization.
197:
Considerable speedup and a reduction in codesize.
+
o Unicode
-
+
Avoid scanning the string in NFC mode if the string is 8-bit,
+
as NFC normalization of 8-bit strings is the identity function.
+
+
Building & Tools ----------------