
26 Jun
2008
26 Jun
'08
8:08 p.m.
Marshall Clow wrote:
See ticket <http://svn.boost.org/trac/boost/ticket/1736>, titled "Headers containing non ASCII characters cause MS VC to issue warning 4819 in some locales"
IIRC, utf-8 sequences can contain characters that are not in the range 32 ... 127. These will trip the warnings referenced above.
I see. The ideal solution would be UTF-7 or quoted-printable, but I doubt these are supported in any text editor.