typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
194 stars 43 forks source link

Chinese characters do not render correctly in Docker #523

Closed alexjpwalker closed 2 years ago

alexjpwalker commented 2 years ago

Originally posted at https://forum.vaticle.com/t/chinese-couldnt-be-displayed-normally-in-typedb-studio-2-4-0-alpha-4-docker-installed-typedb-couldn-t-save-chinese-normally/2697

I ran into some problems when I use the Typedb Studio 2.4.0-alpha-4.

First of all, the command line couldn't show the Chinese normally. (Please see the picture below.) image

The Chinese concept could be displayed normally in the studio when I installed the TypeDB locally. But, when I installed it by Docker, Chinese cannot be displayed through all the clients, including Java Client, Studio, or the console command-line. (Please see the picture below.) I guess it's a bug related to Docker. image

alexjpwalker commented 2 years ago

This issue turned out to be caused by Docker configuration, however, see https://github.com/vaticle/typedb/issues/6496

alexjpwalker commented 2 years ago

I'm closing this issue as it is now a TypeDB issue, not a Studio issue. See https://github.com/vaticle/typedb/issues/6496 for the related TypeDB issue (namely, the TypeDB Docker distribution should use UTF-8 by default)