Re: Avoiding charset corruption when sending patches

2008-08-20 Thread Michael Stefaniuc
Hello Dan, Dan Kegel wrote: > Even longer story: > > So, what character set is the Wine source tree encoded with? > It looks like a mixture: > > 1. in general, .c and .h files are encoded in Latin-1 aka iso8859-1. > > 2. include/*.h are encoded in ASCII and are not allowed to have > non-ascii c

Avoiding charset corruption when sending patches

2008-08-19 Thread Dan Kegel
Short story: Patches that touch non-Latin1 .rc files might need to be sent as attached non-text files rather than inline or as .txt files, to avoid charset corruption. Some examples: http://winehq.org/pipermail/wine-patches/2008-August/059095.html might suffer corruption (I can't tell offhand).