ishell icon indicating copy to clipboard operation
ishell copied to clipboard

Windows Unicode

Open 89z opened this issue 2 years ago • 0 comments

Using a three byte character:

∞ (U+221E) (Alt + 236)

I can paste or enter with no problem:

PS D:\Desktop\ishell-master\example> .\example.exe
Sample Interactive Shell
>>> ∞
Error: Unknown rune: 8734
>>> ∞
Error: Unknown rune: 8734

but four byte character:

😀 (U+1F600)

Fails:

>>> ��
Error: Unknown rune: 65533
>>>

89z avatar Mar 09 '22 00:03 89z