Re: PSA: HTML fragment mode interaction between Chromium, Clipboard & Notepad++

Maria Sophia <[email protected]> Wed, 11 Feb 2026 16:33:49 -0500
Newsgroups alt.comp.os.windows-10,alt.comp.os.windows-11,alt.comp.microsoft.windows
Organization BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID <[email protected]>
Maria Sophia wrote:
> But it's not perfect yet, but it's almost professional quality (IIDSSM). 
> (If someone paid me for it, then it would be professional quality.) :)
> 
> It has been tested against this testcase, for example.

Aurgh. It never ends. :(

I'm trying to give you guys professional code, so I'm testing thoroughly.

Here's another test case that it failed so I'm working on adding a
shortcutx.xml duplication section to cover when Notepad++'s macro engine
fails to match U+200B when it sits between two characters that were just
replaced, especially ' + U+200B + s.

##############################
# U+200B SECOND-PASS TEST
##############################

# Case 1: U+200B between apostrophe and s
Here'​s   (U+200B)

# Case 2: U+200B after apostrophe
Here'​ s   (U+200B)

# Case 3: U+200B before apostrophe
Here ​'s   (U+200B)

# Case 4: U+200B between two ASCII letters
He​re   (U+200B)

# Case 5: U+200B at end of word
Here​   (U+200B)

# Case 6: U+200B at start of word
​Here   (U+200B)

# Case 7: U+200B between two Unicode characters
Heʼ​re   (U+200B)

# Case 8: U+200B between normalized apostrophe and s 
Here'​s   (U+200B)