Diary, commentary, reviews, snippets to preserve on-line
Thursday, January 10, 2019
A Blogger infelicty I just hit
Entering the string %00 in the editor like this .Replace('\', ), gives a nul in the page which isn't returned to a %-escape when editing the entry, so I had to use %00 instead to achieve .Replace('\', %00).
No comments:
Post a Comment