In the XML Schema: Datatype Proposed Recommendation appendix F, the definition of the "\w" multi-character escape reads: [#x0000-#x10FFFF]-[\p{P}\p{S}\p{C}] (all characters except the set of "punctuation", "separator" and "control" characters This would appear to imply that \p{S} is the category escape for "separator" chars, whereas it is actually "symbol" chars. I think the correct text should probably read: [#x0000-#x10FFFF]-[\p{P}\p{Z}\p{C}] (all characters except the set of "punctuation", "separator" and "control" characters but then, I'm an almost complete newbie ;-) cheers garyReceived on Wednesday, 21 March 2001 21:46:50 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 23 October 2007 06:13:20 GMT