felixhao28 / JSCPP

A simple C++ interpreter written in JavaScript

Home Page:https://felixhao28.github.io/JSCPP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not support Chinese?

hakutakus opened this issue · comments

printf("");Does not support Chinese?

The ace editor on the demo page does not support Chinese quite well. The library itself works.

Uncaught Error: 1:46 overflow of '中'(char) when try printf("中文");