dfieschko / RP1210

A Python32 implementation of the RP1210C standard. Now with 100% test coverage!
MIT License
20 stars 12 forks source link

Parse strings as utf-8 instead of decimal numbers in sanitize_msg_param() #21

Closed dfieschko closed 2 years ago

dfieschko commented 3 years ago

This was initially set to parse strings as decimal numbers in order to preserve functionality w/ a colleague's code, but honestly it's a bit silly not to parse a string as what it is - a sequence of characters - as almost no one's going to be providing decimal arguments as a string.