Merge pull request #18 from takano32/master
convert eregex from EUC-JP to UTF-8
This commit is contained in:
commit
e5ad9c566c
@ -255,7 +255,7 @@ Unusable Vim regexp notation
|
|||||||
|
|
||||||
\x hex digit: [0-9A-Fa-f]
|
\x hex digit: [0-9A-Fa-f]
|
||||||
\\x[0-9A-Fa-f]{1,2} will change to character.
|
\\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.
|
But 0x00 and 0x0a and 0x08 will not change.
|
||||||
|
|
||||||
Usable Vim regexp notations
|
Usable Vim regexp notations
|
||||||
|
Loading…
Reference in New Issue
Block a user