Comment 2 for bug 1501781

Revision history for this message
Mike Rylander (mrylander) wrote :

Dan, FWIW, we use the following idiom elsewhere to remove diacritical marks:

$value = s/\pM//g

Perhaps that just needs to be added to the patron search method in the perl code?