X20000
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 2 articles for 0.000 sec
Re: Browsing Unicode Symbols     

Group: gnu.emacs.help · Group Profile · Search for X20000 in gnu.emacs.help
Author: Florian Beck
Date: Jul 9, 2008 07:32

... Symbols") (?\x1D360 ?\x1D37F "Counting Rod Numerals") (?\x1D400 ?\x1D7FF "Mathematical Alphanumeric Symbols") (?\x1F000 ?\x1F02F "Mahjong Tiles") (?\x1F030 ?\x1F09F "Domino Tiles") (?\x20000 ?\x2A6DF "CJK Unified Ideographs Extension B") (?\x2F800 ?\x2FA1F "CJK Compatibility Ideographs Supplement") (?\xE0000 ?\xE007F "Tags") (?\xE0100 ?\xE01EF "Variation ...
Show full article (8.87Kb) · Show article thread
Re: xml datatype, UTF and BMP     

Group: microsoft.public.sqlserver.xml · Group Profile · Search for X20000 in microsoft.public.sqlserver.xml
Author: Michael Rys [MSFT]
Date: Jul 11, 2006 15:51

...to use the entire unicode character set. Here is an example using &x20000; a unicode character from plane 2: DECLARE @xml xml SET @xml = '<A>&#x20000;</A>' SELECT @xml.query('string-length(.)') AS RETURNS RETURNS 2 i.e. .query sees &#x20000; as 2 characters, not 1. Note there are similar problems using other XQuery ...
Show full article (1.84Kb)