Sed and UTF-8 encoding

前端 未结 2 1096
离开以前
离开以前 2020-12-19 14:56

In SSH (Putty) I\'m using a command to replace some text in a file which is encoded in UTF-8

For example

cd ~/public_html/app/Config; sed -i \'s/ADDRE

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 15:47

    It was on Putty configuration ==> Translation ==> Received data assumed to be in which character set ==> Choose UTF-8 Best regards

提交回复
热议问题