pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-14
2004-11-14 18:44:27 by Martin Stjernholm <mast@lysator.liu.se>
73fe402b1003e04bb15c0bce3874841d26ce2e1e (
9
lines) (+
9
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
A note about the unicode escapes.
Rev: CHANGES:1.75
12:
the range bounds are specified. For compatibility, if there is no `[..] then `[] is still called for range operations.
+
o Unicode escapes.
+
Pike now understands the common way to escape unicode chars, using
+
\uxxxx and \Uxxxxxxxx escapes. These escapes works both in string
+
and character literals and in the preprocessor. The latter means
+
that unicode escapes can be used in identifiers, which is useful if
+
they contain characters that can't be represented raw in the source
+
code charset.
+
o Stdio.* Stdio.cp can now work recursively in a directory tree. Stdio.cp now keeps permissions when copying.