Re: How well does PostgreSQL 9.6.1 support unicode?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: James Zhou <james@360data.ca>
Cc: Vick Khera <vivek@khera.org>,
pgsql-general <pgsql-general@postgresql.org>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2016-12-21T23:56:45Z
Lists: pgsql-general
James Zhou <james@360data.ca> writes: > The format U&'\03B1' only works for chars between 0000 - FFFF Kyotaro-san already pointed you to the right answer on that: you have to use "\+nnnnnn" for six-digit code points in the U& string syntax. regards, tom lane
Commits
-
Fix detection of unfinished Unicode surrogate pair at end of string.
- a57695d9a815 9.3.16 landed
- 6e2c21ec5d1c 9.2.20 landed
- d5633af7b60b 9.5.6 landed
- d0f60e4cc5f2 9.4.11 landed
- a8ae12322ae0 10.0 landed
- 88e1e91da584 9.6.2 landed