High Altitude Oolong
2022/6/13
Use vi to find non-ascii character
how to get vim to highlight non ascii characters
先下 command:
: set list
這樣,non ascii code 會high light 出來。
再用search:
/[^\x00-\x7F]
就會一個一個搜尋出來 (用 n)
只找一個,例如:0x9c,就用
/[\x9c]
沒有留言:
張貼留言
‹
›
首頁
查看網路版
沒有留言:
張貼留言