convert eregex from EUC=JP to UTF-8

This commit is contained in:
TAKANO Mitsuhiro 2015-05-19 17:26:03 +09:00
parent efeb9ed623
commit 26e268c8ce

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