radius icon indicating copy to clipboard operation
radius copied to clipboard

Add support for multibyte string

Open mportelag opened this issue 6 years ago • 0 comments

Issue #5 : Cannot authentificate with a specific special character in password. Add support for multibyte string (https://www.php.net/manual/en/book.mbstring.php) in str2unicode function (Pear_CHAP.php). Function interprets all characters with 1 byte (basic UTF-8) while special characters are encoded with more than 1 byte (see column UTF-8(hex.) in https://www.utf8-chartable.de/unicode-utf8-table.pl?names=-&unicodeinhtml=hex).

mportelag avatar Aug 02 '19 08:08 mportelag