Let's take a JavaScript string: "€100"
. This
is going to be sent from a browser input box and stored in a web
server's database. The database is using the UTF-8 encoding and the
constraint on the column is CHAR(4)
. Spot the problem?
Fixing Common Pitfalls of Codemods
2 days ago