rakuten / as3crypto

Automatically exported from code.google.com/p/as3crypto
0 stars 1 forks source link

Base64 decode is incorrect when working with double-byte characters #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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