pynetworktables
pynetworktables copied to clipboard
Drop invalid UTF-8 keys
I'm not sure I want to know how the high-level NetworkTables API deals with keys that don't start with /. But I suspect users wouldn't be able to use keys like that.
We should just drop any keys that aren't valid UTF-8 (but still log a warning).