intel / hyperscan

High-performance regular expression matching library
https://www.hyperscan.io
Other
4.83k stars 722 forks source link

GBK #193

Open lufb opened 5 years ago

lufb commented 5 years ago

如果输入的是GBK编码的字符串,会不会匹配出问题

xiangwang1 commented 5 years ago

Hi @lufb,

Hyperscan only supports UTF8 so GBK encoding won't be recognized.

FlyingDragon0420 commented 3 months ago

Hi @lufb,

Hyperscan only supports UTF8 so GBK encoding won't be recognized.

Hyperscan现在支持GBK编码了么?