Unicode version of base64 encoding/ decoding?

Base64 encodes binary data as text. So you'll just need to convert your wide chars into their corresponding bytes using wcstombs & co and you're good to go.

2 You'll have to be careful when it comes to defining "their corresponding bytes". Given the _UNICODE macro, we could assume Windows and then UTF-16, but that's just one reasonable assumption. – MSalters Jan 11 '11 at 8:19 @MSalters: tnx for the clarification.

– Eugen Constantin Dinca Jan 11 '11 at 16:05.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions