tzfun / vue-web-terminal

A beautiful web-side command line window plugin (simulating a terminal).
https://tzfun.github.io/vue-web-terminal/
Apache License 2.0
234 stars 25 forks source link

ASCII码160 (NBSP)分割的命令行无法正常解析的问题 #49

Closed tzfun closed 1 year ago

tzfun commented 1 year ago

Bug description 从QQ中复制一个命令行到terminal中,无法正常识别命令行的参数和值

原因是部分版本的QQ将空格转换成了 non-breaking ascii 160,也就是对应的NBSP,默认命令行格式化中没有对其进行处理。

复现方法:

QQ中复制一条命令: image

粘贴到Terminal中,发现无法高亮参数和值: image

正常应该显示为: image

tzfun commented 1 year ago

2.1.123.1.8已修复此问题