Community
    • Login

    Don't Understand Encoding & Language Settings

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 1.8k 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.
    • Edward SappoE
      Edward Sappo
      last edited by

      What should those settings be? Thanks for your assistance.

      Claudia FrankC 1 Reply Last reply Reply Quote 0
      • Claudia FrankC
        Claudia Frank @Edward Sappo
        last edited by Claudia Frank

        @Edward-Sappo

        Language refers to programming languages and if you select one,
        than the current document gets colored based on the programming language specifics.

        Encoding refers to byte representation of text. A simple text, as written like
        the one I’m typing right now, can be saved differently. An editor needs to know
        this in advance to show the characters correctly.
        Npp uses mozillas chardet library to find out how the text is saved and which codec
        needs to be used to decode the file to show the proper characters.
        But because of the problem that most codecs share multiple characters
        npp (correctly, chardet library) might identify the wrong codec and therefore you have the menu to set it manually to the right one.
        Or you can use it to convert it to another codec.

        Cheers
        Claudia

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