OldNGreyBMR / export_shipping_information

Export Shipping Information
0 stars 1 forks source link

unicode names are not being parsed correctly #8

Closed OldNGreyBMR closed 8 months ago

OldNGreyBMR commented 8 months ago

Optionally names are separated into separate fields. The current preg_match_all("/[\w-']+/", $fullname) is inadequate for Unicode names eg "Hytönen"

OldNGreyBMR commented 8 months ago

fixed in v1.5.1.c