Base64 decode is incorrect when working with double-byte characters
Opened this issue · 0 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. When I take a long string that contains double byte characters and decode in
base64 in PHP, I get the correct result. In as3crypto, it seems to join some
of them together, giving me ascii values for some characters that are way too
high, while dropping others.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Latest as of May 4, 2011
Please provide any additional information below.
Original issue reported on code.google.com by brandon....@gmail.com
on 5 May 2011 at 6:57