You may not visually “see” anything as SSMS renders   as white space. I may have sent you down the wrong path saying I got red squiggly in SSMS, this happened because I open the DMV script in vscode and copy to my production server SSMS.
If you have SQL Operations Studio or VSCode you can visually see the non-ascii characters.
For what it’s worth the   characters exists in the 2017 DMVs too.
Using the regex I mention above do you see the characters I’m talking about?
]]>if you paste this [^\x00-\x7f] into SSMS find and click the .* regex search you can see all the non-ascii characters. looks like the ones in VLF query are no break spaces
]]>I don’t see anything like that when I open that set in SSMS 17.8.1.
]]>