From: Ann W. Harrison Date: October 21 2008 3:34pm Subject: Re: bug#23692 Solutions List-Archive: http://lists.mysql.com/falcon/67 Message-Id: <48FDF6A1.6020802@mysql.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT Vladislav Vaintroub wrote: >> 0x 43 09 >> 0x 43 {20} >> 0x 43 {[20]} >> 0x 43 43 > > Is '\tA' ==0x 09 41 less than nothing (empty string '',expanded to 0x20) in > this convention? Is not this anomaly? > I don't think so. The empty string is equal to an arbitrary string of {[20]}. {[09]} is less, so I think a \t is less than nothing. The anomaly is letting teletypes determine the order of characters after their death. And, of course, collations are free to define the ordering of white space as they choose. Best, Ann