braintree / braintree_php

Braintree PHP library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
545 stars 225 forks source link

Add multibyte character support to Util.php #302

Closed jamesmckellen closed 2 years ago

jamesmckellen commented 3 years ago

Summary

Check if the mbstring extension is loaded, if so use the multibyte versions of strtoupper and strtolower. Fixes issues with Dropin UI when using Turkish language.

Checklist

crookedneighbor commented 3 years ago

Can you go into more detail here:

Fixes issues with Dropin UI when using Turkish language.

crookedneighbor commented 2 years ago

Closing this due to inactivity. If you can go into more detail about why this change is necessary, feel free to comment here.