summaryrefslogtreecommitdiff
path: root/sql/unicode.sql
blob: 40e7b78b41da3b1fe08387d321231f2037d6689c (plain)
1
2
-- Make sure the surrogate pair calculation adds 0x10000 rather than ORing it.
SELECT ascii(from_json($$ "\uD840\uDC00" $$));