On Thu, 2011-12-08 at 10:03 +0800, Shan Wei wrote: > David Miller said, at 2011/12/8 2:40: > > > I don't know if it's the encoding you use or something else but you > > must fix this before submitting any more patches. > > > Indeed, used default encoding of GB2312, now change it to UTF-8 > according to email-clients.txt and resubmit this patch. > > > [PATCH v3] net: doc: cleanup Documentation/networking/scaling.txt > > 1) Fix some typos. > 2) Change mode of the punctuation from full to half, eg.’,“ . > So that the punctuation can be read at console. [...] UTF-8 is the standard character encoding under Linux and those quotes will be displayed correctly on most Linux terminals today. If you must set your terminal to some other encoding you can use e.g.: recode UTF-8 < Documentation/networking/scaling.txt | less (Be sure to use redirection, otherwise recode will modify the file.) Ben. -- Ben Hutchings, Staff Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked. -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html