From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Add publishing with utf8 Date: Mon, 21 Nov 2011 20:59:33 -0500 Message-ID: <14043.1321927173@alphaville.americas.hpqcorp.net> References: <20111121220652.25620.qmail@rage.so36.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSfe8-0007ae-3h for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 20:59:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSfe4-0000iI-6h for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 20:59:40 -0500 Received: from g4t0016.houston.hp.com ([15.201.24.19]:25234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSfe4-0000h8-2G for emacs-orgmode@gnu.org; Mon, 21 Nov 2011 20:59:36 -0500 In-Reply-To: Message from "sindikat" of "Mon, 21 Nov 2011 23:06:52 +0100." <20111121220652.25620.qmail@rage.so36.net> 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: sindikat Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org sindikat wrote: > I use standard org-mode methods to publish my projects to > html. However by default they are published with tag http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>, > however i need charset to be changed to "utf8", as i am using Russian > in my blog too. Please make it possible somehow. Best wishes. > My html files are exported with charset=utf-8. I believe that that's because my org-mode buffers are utf-8 and ultimately because I've set LANG=en_US.UTF-8. Try the following when visiting your org file (actually, a backup of your org file :-)) o C-x RET f utf-8 RET o Save the file. o Then export it to HTML. HTH, Nick