seems fail with chinese utf8
See original GitHub issuewhen use sql lab:
if a table contains Chinese utf8 character:
it fails:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xb7 in position 1: invalid start byte
Issue Analytics
- State:
- Created 6 years ago
- Comments:26 (6 by maintainers)
Top Results From Across the Web
seems fail with chinese utf8 · Issue #2473 · apache/superset
when use sql lab: if a table contains Chinese utf8 character: it fails: UnicodeDecodeError: 'utf8' codec can't decode byte 0xb7 in position ...
Read more >Chinese characters SOMETIMES not decoded properly in ...
Chinese characters SOMETIMES not decoded properly in Windows 10 · Press Windows key + X. · Click Control Panel. · Click Clock, Language,...
Read more >Encoding error in Python with Chinese characters
Here's a suggestion for a better way to inspect the damage: decode each file with raw_bytes.decode(encoding, 'replace') and write the result ( ...
Read more >Are Chinese characters UTF 8? - Quora
Yes, you can represent them each with 4 bytes in UTF-8. However, it's very inefficient if the text consists entirely or mostly of...
Read more >How can I find out the encoding of this corrupted Chinese text ...
I have a text in Simplified Chinese, which, when read as UTF-8 begins with ´ÓºÜ¾ÃÒÔÇ°¿ªÊ¼ , which the online tool from MandarinTools (first ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @jinleileiking. I had the same problem and finally found out a workaround. I guess you can save your configuration with including “?charset=utf8” and ignore the test connection fail. Once you saved the configuration with “?charset=utf8”, the test connection will say “seems ok”. It might be a bug on the test connection.
Hey, the XXXX is by design. You need filled real password If you would like to test the db connectIon
On Tue, Jan 19, 2021 at 5:36 PM Mason Ma notifications@github.com wrote: