Are there any ways to block unicode private use areas from coding at the kernel level?
Are there any ways to block unicode private use areas from coding at the kernel level?
https://en.wikipedia.org/wiki/Private_Use_Areas
I came across a Python library that passed the ASCII range into one of these non printable character ranges and then into a database. If someone was doing that manually with a hex table, how is that detected and mitigated?