GBK is an extension of the GB2312 character set for simplified Chinese characters, used in the People's Republic of China.
Questions tagged [gbk]
47 questions
-1
votes
1 answer
Insert/update to sql_ascii encoding postgreSQL
Here is a postgreSQL with server encoding SQL_ASCII. When I get data, I must use function convert_to(column1, 'SQL_ASCII') in select, and then use new String(value1, 'GBK') in java to get the right value.
But, when I send data by insert/update, the…

Alex
- 1
- 2
-1
votes
1 answer
Why ISO 2022 defined 94- and 96-?
I have some doubts about the standard ISO 2022:
What's the difference between using 94-(0x21 - 0xFE) and using 96-(0x20 - 0xFF)?
Why, for example in EUC-CN, code in CS1 only use limited area (94- 96-)? Why doesn't it occupy the all? For…

Jason Peng
- 408
- 4
- 15