spaze / vat-calculator

[EOL, use driesvints/vat-calculator] Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be. Fork of mpociot/vat-calculator, standalone, PHP 7.3+, modernized, with more features.
MIT License
48 stars 2 forks source link

Remove non-breaking spaces from VAT ID #2

Closed spaze closed 5 years ago

spaze commented 5 years ago

These sometimes make it in while copy/pasting from various resources. Removes both Unicode and ISO-8859-x representation.

Originally https://github.com/mpociot/vat-calculator/pull/73