• Login
Community
  • Login

Auto-Insert Unicode characters does not work

Scheduled Pinned Locked Moved General Discussion
4 Posts 4 Posters 666 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.
  • M
    moninahh
    last edited by moninahh May 12, 2024, 1:02 PM May 12, 2024, 1:01 PM

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

    string.png

    X 1 Reply Last reply May 12, 2024, 6:51 PM Reply Quote 0
    • V
      Verify Btc
      last edited by May 12, 2024, 5:38 PM

      This post is deleted!
      1 Reply Last reply Reply Quote -1
      • X
        xomx @moninahh
        last edited by May 12, 2024, 6:51 PM

        @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
        • A
          Alan Kilborn
          last edited by May 13, 2024, 10:07 AM

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

          1 Reply Last reply Reply Quote 4
          • A Alan Kilborn referenced this topic on May 23, 2024, 2:08 PM
          4 out of 4
          • First post
            4/4
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors