Refactoring: Change g_SpecialCharacters to an array instead of string literal
This removes the need to subtract one to remove the NUL terminator. It also removes the temptation of using wscchr(), which includes the NUL.
Authored by: david_costanzo 2020-07-11
Parent: [r5344]
Child: [r5346]