Merge pull request #18 from takano32/master

convert eregex from EUC-JP to UTF-8
This commit is contained in:
othree 2015-05-19 16:29:04 +08:00
commit e5ad9c566c

View File

@ -255,7 +255,7 @@ Unusable Vim regexp notation
\x hex digit: [0-9A-Fa-f]
\\x[0-9A-Fa-f]{1,2} will change to character.
\x82\xa0 => 'あ' ( shift-jis, cp932 )
\x82\xa0 => 'あ' ( shift-jis, cp932 )
But 0x00 and 0x0a and 0x08 will not change.
Usable Vim regexp notations