Will UTF-8 character encoding system be supported ...
# ingestion
b
Will UTF-8 character encoding system be supported at any point? Currently non english characters get warped to random signs.
g
We haven’t done too much testing here yet, but we do eventually want to support this correctly
👍 1
Do you know if they’re getting warped during ingestion, in storage, or in the UI?
b
I think it's in the UI. How could I check if it's warped in storage?
g
It’s not super easy, but you can connect directly to the mysql instance (user/pass are both
datahub
by default) - I know mysql isn’t great with non-ascii, so I suspect fixing it there is the first order of business