Could we use Chinese or other 'utf-8' characters as the variable names?

Problem to Solve

Use Chinese characters as the variable names, since it’s more readable in application and more mantenable in development.

Current Workaround

No good solusion yet. Like the Python supports any utf-8 as the variable names, I suggest that TypeDB should do this as well.

Proposed Solution

No idea. Probably, learn from Python.

Additional Information

I’m considering use LLM to query TypeDB, if TypeDB supports utf-8 variable names, then no translation between them.

It seems we can. But the read/write file of encoding of GUI seem not ‘utf-8’.

(Let’s move the discussion to this issue to avoid duplicate threads: Could we use Chinese or other 'utf-8' characters as the variable names? · Issue #6899 · vaticle/typedb · GitHub)