• Login
Community
  • Login

Differentiate default encoding by file extension

Scheduled Pinned Locked Moved General Discussion
utf8 encodingiso-8859-1utf-8
3 Posts 3 Posters 1.5k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D
    Dario de Judicibus
    last edited by May 12, 2018, 8:20 AM

    HTML5 requires that files be encoded in UTF-8, so all php, html, css, and js files should be saved in that way. All the other text files, as txt, conf, ini, and so forth could be saved in ISO-8859-1. Is there a way to differentiate the default encoding by extension in Notepad++?

    C 1 Reply Last reply May 12, 2018, 8:31 PM Reply Quote 2
    • C
      Claudia Frank @Dario de Judicibus
      last edited by May 12, 2018, 8:31 PM

      @Dario-de-Judicibus

      Is there a way to differentiate the default encoding by extension in Notepad++?

      afaik, no, not with native npp functions/settings.

      A possible solution might involve scripting language plugins like python script, lua script etc. One could register a callback function when a file gets loaded/activated
      and then checks the file extension and acts accordingly.

      Cheers
      Claudia

      Cheers
      Claudia

      1 Reply Last reply Reply Quote 1
      • S
        SalviaSage
        last edited by May 13, 2018, 10:44 PM

        Good idea. I’m also interested in this.

        1 Reply Last reply Reply Quote 0
        1 out of 3
        • First post
          1/3
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors