Some code I was examining kept coming up with hits on \uD83D\uDCCC which it turns out is a surrogate to the pushpin emoji, which is totally valid to be in source code. Before I can use this and report findings from it we need a table of valid surrogates to exclude.
Some code I was examining kept coming up with hits on
\uD83D\uDCCCwhich it turns out is a surrogate to the pushpin emoji, which is totally valid to be in source code. Before I can use this and report findings from it we need a table of valid surrogates to exclude.