Mofi wrote:Can you explain the problem more detailed with a step by step list how to reproduce it because I can't reproduce it using UE v16.00.0.1038.
1) Create a new file in UltraEdit. Then go to the File Menu ---> Conversions ---> ASCII to Unicode
2) Type the word "hello" into the editor
3) Highlight the word with your keyboard or mouse
4) Edit Menu ---> Encode Base64
5) Now highlight the encoded text
5) Edit Menu ---> Decode Base64
The decoded text will be exactly the same as what you started with. So as you can see, normal ASCII characters are encoded correctly.
Now let's try encoding something with non-ASCII characters.
1) Erase all the text in your editor window
2) Copy and paste the word "привет" into your editor window
3) Highlight the word with your keyboard or mouse
4) Edit Menu ---> Encode Base64
5) Now highlight the encoded text
5) Edit Menu ---> Decode Base64
As you can see, the decoded text is not what you started with, and therefore we can see that the problem is with the handling of Base64 encoding of non-ASCII text.