You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base62 encoder breaks non ascii strings (ie french strings with accents)!
To correct it, just add /u unicode modifier into $WORDS regexp, as:
private static $WORDS = '/\\b[\\da-zA-Z]\\b|\\w{2,}/u';
Original issue reported on code.google.com by [email protected] on 5 Mar 2013 at 6:38
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 5 Mar 2013 at 6:38The text was updated successfully, but these errors were encountered: