What would be maximum size in bytes of single UTF-16 character (2-byte character i.e. char
type in .NET) saved in UTF-7 format?
This is what I've found on Wikipedia:
5 for an isolated case inside a run of single byte characters. For runs 2 2⁄3 per character plus padding to make it a whole number of bytes plus two to start and finish the run
http://en.wikipedia.org/wiki/Comparison_of_Unicode_encodings#Seven-bit_environments