Change the default encoding for saving files with Notepad++

后端 未结 5 979
执笔经年
执笔经年 2020-12-14 05:44

That\'s it . I want to open all the files in once (to make replacements). But notepad++ opens them all in ANSI and I have to go through each file and change the encoding to

5条回答
  •  萌比男神i
    2020-12-14 05:57

    I believe you can change this in config.model.xml. I'm not sure if it is setting an unknown type as the default type, however, but it might be worth altering NewDocDefaultSettings

    
    

    to

    
    

    I think at worse case you might be able to record a Macro to automate this process.

提交回复
热议问题