Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id E6DA064FC04 for ; Tue, 23 Sep 2008 16:31:17 -0300 (ADT) Received: from postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 04929-10 for ; Tue, 23 Sep 2008 16:31:15 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 29A9464FC20 for ; Tue, 23 Sep 2008 16:31:15 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id BE34EDCCB6A; Tue, 23 Sep 2008 21:31:12 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mha-laptop.hagander.net (Postfix) with ESMTP id 47F171243BB; Tue, 23 Sep 2008 21:31:12 +0200 (CEST) Message-ID: <48D94400.709@hagander.net> Date: Tue, 23 Sep 2008 21:31:12 +0200 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: Bruce Momjian CC: Dave Page , Nikolay Samokhvalov , Peter Eisentraut , PostgreSQL-documentation Subject: Re: Russian FAQ page charset problem References: <200809231805.m8NI5SO26294@momjian.us> In-Reply-To: <200809231805.m8NI5SO26294@momjian.us> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200809/21 X-Sequence-Number: 4982 Bruce Momjian wrote: > Dave Page wrote: >> On Tue, Sep 23, 2008 at 7:01 PM, Bruce Momjian wrote: >>> Dave Page wrote: >>>> On Mon, Sep 15, 2008 at 8:37 AM, Nikolay Samokhvalov >>>> wrote: >>>>> On Mon, Sep 15, 2008 at 11:30 AM, Peter Eisentraut wrote: >>>>>> This was already discussed on the pgsql-www list recently, but there has >>>>>> been no resolution on what to do yet. >>>>> What about using UTF8 for Russian text? Why not simply "iconv -f >>>>> koi8-r -t utf8 ..."? >>>> I thought that was what Bruce was going to do. He has other priorities >>>> at the moment though, so perhaps one of the the committers could >>>> handle it. >>> No, the conversion to a UTF8 header is done by the web infrastructure; >>> the file in CVS is in the native Russian encoding, koi8-r, and I don't >>> know how to change that. >> That's the iconv -f bit suggested above, that I thought you were doing. > > Nope, never did that, and I don't have the proper locales on my sever. That's not locale, that's encoding. And it's independent of what locales you have - AFAIK as long as you have iconv, you should be good. For next time, that is - since it's already fixed this time :-) //Magnus