root-project / cling

The cling C++ interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot input non-ascii characters

Freed-Wu opened this issue · comments

commented

It looks like cling cannot input any non-ascii characters like "你好". Is it a bug?

Confirmed here, with french accents.

The funny thing is that accents work well in included files, and when using cling in Jupyter with the xeus-cling kernel.