Community
    • Login

    why notepad++ dosent show my language?

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 3 Posters 1.3k Views 1 Watching
    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.
    • Shay WeizmanS Offline
      Shay Weizman
      last edited by

      im writing my code on notepad++ and when i run the website all i see is question marks.
      and writing.
      how can i fix it so i could run a website

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP Online
        PeterJones @Shay Weizman
        last edited by

        @Shay-Weizman ,

        It’s probably an encoding issue. When you edited the source code in Notepad++, it probably saved as UTF-8 (which is the default set in a fresh Notepad++, but can be changed using Settings > Preferences > New Document > Encoding
        72b5dd5c-6809-4ec6-ae29-d48250a7be0b-image.png

        If your webserver is set up to serve some other encoding (like ISO-8859-1) as the default, then fancy characters in a UTF-8-encoded file will not look right at the browser. At which point, you need to setup your server differently (which we cannot help you with), or code your webpage to the right encoding (not really on-topic for here, but since it’s a one-liner: <meta charset="UTF-8">), or save the file in Notepad++ using the encoding your webserver wants (for example, Encoding > Character Sets > Western European > ISO 8859-1).

        Alternately, it might be that your browser doesn’t have access to fonts that can display the characters used.

        1 Reply Last reply Reply Quote 1
        • andrecool-68A Offline
          andrecool-68
          last edited by

          To the above, I can advise you to open your file and check the correspondence of encodings (the file encoding and the meta encoding must be the same)

          Безымянный.png

          1 Reply Last reply Reply Quote 1
          • andrecool-68A Offline
            andrecool-68
            last edited by

            The “utf-8” encoding supports Hebrew well))

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors