What Chinese character sets are available?
In PostgreSQL, what Chinese character sets are available?
The following table shows the Chinese character sets available for use in PostgreSQL.
Name | Description | Language | Server? | ICU? | Bytes/Char |
---|---|---|---|---|---|
UTF8 |
Unicode, 8-bit | all | Yes | Yes | 1-4 |
EUC_CN |
Extended UNIX Code-CN | Simplified Chinese | Yes | Yes | 1-3 |
EUC_TW |
Extended UNIX Code-TW | Traditional Chinese, Taiwanese | Yes | Yes | 1-3 |