Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • I

      Hopefully Notepad++ can display correctly ...

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      -1 Votes
      1 Posts
      21 Views
      No one has replied
    • I

      About ( Ctrl + F ) ...

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      -1 Votes
      1 Posts
      13 Views
      No one has replied
    • glossarG

      Invisible spaces

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      11
      0 Votes
      11 Posts
      10k Views
      Lucas BrunoL

      Yeah, this usually happens with non-breaking spaces (U+00A0) or other Unicode space characters that look invisible but behave differently from normal spaces.

      Using \xA0 in regex was the right fix 👍

      If you face this again, you can:

      Use \x{00A0} or \s to detect space variants Check in hex editor to identify exact character Then replace all in one go

      Also, if you’re unsure which invisible character it is, you can test different ones using tools like espaço invisível before applying them in your editor.

    • donhoD

      Notepad++ release 8.9.4

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      6
      3 Votes
      6 Posts
      2k Views
      donhoD

      @xomx @alt36
      please try the installer of your choice:
      https://github.com/donho/notepad-plus-plus/releases/tag/TEST

    • M

      Notepad++ 8.9.4 (x86)EXE Upgrade Leaves Duplicate ARP Entry

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      189 Views
      donhoD

      @metaad
      Please try this one:
      https://github.com/donho/notepad-plus-plus/releases/tag/TEST

    • B

      8.9.4 installation shows error for AppX call

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      110 Views
      xomxX

      @Bodenseematze said in 8.9.4 installation shows error for AppX call:

      I don’t know the exact message

      Probably(?) the same as in the https://community.notepad-plus-plus.org/post/105358