Handling Unicode Data in Amazon S3 Headers
Sunday, December 28th, 2008During a recent project, I ran into an issue when handling Unicode data in metadata headers in Amazon S3. Apparently, Amazon adds on "?UTF-8?B?" in front of any Unicode data and "?=" in end of the data. I could not find any existing standard that describes this or why it ...