eliminated spurious Unicode, which is in conflict with Isabelle symbol interpretation;
--- a/NEWS Wed Mar 16 22:16:58 2016 +0100
+++ b/NEWS Wed Mar 16 22:19:08 2016 +0100
@@ -58,16 +58,16 @@
- Logical representation:
* 0 is instantiated to the ASCII zero character.
- * All other characters are represented as »Char n«
+ * All other characters are represented as "Char n"
with n being a raw numeral expression less than 256.
- * Expressions of the form »Char n« with n greater than 255
+ * Expressions of the form "Char n" with n greater than 255
are non-canonical.
- Printing and parsing:
- * Printable characters are printed and parsed as »CHR ''…''«
+ * Printable characters are printed and parsed as "CHR ''\<dots>''"
(as before).
- * The ASCII zero character is printed and parsed as »0«.
- * All other canonical characters are printed as »CHAR 0xXX«
- with XX being the hexadecimal character code. »CHAR n«
+ * The ASCII zero character is printed and parsed as "0".
+ * All other canonical characters are printed as "CHAR 0xXX"
+ with XX being the hexadecimal character code. "CHAR n"
is parsable for every numeral expression n.
* Non-canonical characters have no special syntax and are
printed as their logical representation.