=?UTF-8?Q?Kdb=2B_Support_Chinese=EF=BC=9F?=

Kdb+ Support Chinese?

http://code.kx.com/wiki/Cookbook/Unicode

Thank you

How would you sort a 2-byte Unicode sequence?

What about order? Are unicodes ordered in the same way as the language?  Come to think of it, ASCII isn’t so ordered.

And, my goodness:  http://unicode.org/reports/tr10/#Collation_And_Code_Chart_Order

Unicode can be stored just as any other encoding, but function needs to be defined for form.  Unless the form is just a BLOB.

Ta, Jack

Jack Andrews wrote:> How would you sort a 2-byte Unicode sequence?> What about order? Are unicodes ordered in the same way as the language?> ?Come to think of it, ASCII isn’t so ordered.> And, my goodness:> ?http://unicode.org/reports/tr10/#Collation_And_Code_Chart_OrderHah, yes; Unicode collation is a solved problem, but the solution isvery, very complex.> Ta, Jack-Wm