[q-lang-cvs] q NEWS,1.135,1.136
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-16 09:22:22
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17999 Modified Files: NEWS Log Message: update NEWS Index: NEWS =================================================================== RCS file: /cvsroot/q-lang/q/NEWS,v retrieving revision 1.135 retrieving revision 1.136 diff -C2 -d -r1.135 -r1.136 *** NEWS 16 Jan 2008 09:07:37 -0000 1.135 --- NEWS 16 Jan 2008 09:22:17 -0000 1.136 *************** *** 7,13 **** As suggested by Rob Hubbard and John Cowan, special Unicode characters in strings can now be specified using an escape of the form '\&name;', where name ! is any of the XML entity names as specified by the Dec 2007 working draft of ! the W3C "XML Entity definitions for Characters", see: ! http://www.w3.org/TR/xml-entity-names/ --- 7,12 ---- As suggested by Rob Hubbard and John Cowan, special Unicode characters in strings can now be specified using an escape of the form '\&name;', where name ! is any of the XML entity names specified here: ! http://www.w3.org/TR/2007/WD-xml-entity-names-20071214/ |