Community
    • Login

    Auto-Insert Unicode characters does not work

    Scheduled Pinned Locked Moved General Discussion
    4 Posts 4 Posters 1.3k Views 2 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.
    • M Offline
      moninahh
      last edited by moninahh

      I specified «» quotes in the settings, but Auto-Insert does not work. How can this problem be solved?

      string.png

      xomxX 1 Reply Last reply Reply Quote 0
      • Verify BtcV Offline
        Verify Btc
        last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote -1
        • xomxX Offline
          xomx @moninahh
          last edited by

          @moninahh

          N++ currently actively rejects any non-ASCII chars for the user defined matched-pairs. So only char-codes 0-127 are accepted (and as the 127 is the DEL, in fact 0-126, so the ‘~’ is the last one)

          IDK if this is a holdover from the N++ distant non-unicode past or there is a deeper reason. If you will opt to search an existing / create new N++ GitHub issue for it, here are the proofs of such rejections for the possible issue:

          https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/Parameters.cpp#L5848
          https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/Parameters.cpp#L5854

          0x80 == 128
          https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp#L4654
          https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp#L4659
          https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp#L4664

          1 Reply Last reply Reply Quote 3
          • Alan KilbornA Offline
            Alan Kilborn
            last edited by

            Official issue opened: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15132

            1 Reply Last reply Reply Quote 4
            • Alan KilbornA Alan Kilborn referenced this topic on

            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