From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: Always use utf-8 for HTML export (No support for other coding systems) Date: Mon, 04 Mar 2013 09:04:19 +0100 Message-ID: <51345583.1000003@mpip-mainz.mpg.de> References: <87r4jxr834.fsf@gmail.com> <87ip59xz4i.fsf@gmail.com> <87lia51llv.fsf@bzg.ath.cx> <87ip58ucji.fsf@Rainer.invalid> <87sj4cnah2.fsf@bzg.ath.cx> <87mwukx3uo.fsf@gmail.com> <87r4jw34rc.fsf@gmail.com> <87mwukjryf.fsf_-_@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCQON-0001Bt-00 for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 03:05:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCQOL-0006Kb-QL for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 03:05:02 -0500 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:24611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCQOL-0006Hd-KD for emacs-orgmode@gnu.org; Mon, 04 Mar 2013 03:05:01 -0500 In-Reply-To: <87mwukjryf.fsf_-_@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: Bastien , Achim Gratz , emacs-orgmode@gnu.org On 03/03/2013 06:47 PM, Jambunathan K wrote: > > Always use utf-8 for HTML export (No support for other coding systems). > > For or against. Please register your views. > Against. Character set of a web document is determined by the /outermost/ "entity". The outermost entity available is the web server. If a web server says, "This document is in iso-8859-1" (instead of "I don't care, which is pretty much the norm, today) the document better *is* in iso-8859-1, or all the beautiful utf-8 characters are looking like Æ-{r or so. Personally I prefer to use utf-8, too. However, I've had a number of uncooperative web servers (and operators), where I had to deliver documents in 8859-1. Best regards Robert