Added another test case by Sundy-Li request

This commit is contained in:
Alexey Milovidov 2019-11-05 21:38:16 +03:00
parent e4e22730ec
commit c6ac30e450
2 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,4 @@
нривет
оривет
привет
你好

View File

@ -1,3 +1,4 @@
SELECT char(0xD0, 0xBF, 0xD1, 0x80, 0xD0, 0xB8, 0xD0, 0xB2, 0xD0, 0xB5, 0xD1, 0x82) AS hello;
SELECT char(-48,-65,-47,-128,-48,-72,-48,-78,-48,-75,-47,-126) AS hello;
SELECT char(-48, 0xB0 + number,-47,-128,-48,-72,-48,-78,-48,-75,-47,-126) AS hello FROM numbers(16);
SELECT char(0xe4, 0xbd, 0xa0, 0xe5, 0xa5, 0xbd) AS hello;