how to render 32bit unicode characters in google v8 (and nodejs)

后端 未结 2 1869
栀梦
栀梦 2021-01-12 02:25

does anyone have an idea how to render unicode \'astral plane\' characters (whose CIDs are beyond 0xffff) in google v8, the javascript vm that drives both google chrome and

2条回答
  •  庸人自扰
    2021-01-12 03:09

    I think it's a console.log issue. Since console.log is only for debugging do you have the same issues when you output from node via http to a browser?

提交回复
热议问题