Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 4EB2064FCD0 for ; Mon, 15 Sep 2008 04:37:18 -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 99952-07 for ; Mon, 15 Sep 2008 04:37:13 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by postgresql.org (Postfix) with ESMTP id 1857964FCBB for ; Mon, 15 Sep 2008 04:37:12 -0300 (ADT) Received: by rv-out-0506.google.com with SMTP id b25so2676245rvf.43 for ; Mon, 15 Sep 2008 00:37:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=sAO5NdRdMcSO85u5WXUjD5ms3vhQC+FKIB4RlaLq2C4=; b=bGaf94womCWk3U16gPa1vuMN6TO45IepSuZvwONGN9XVQI2nyNmSFRGzwUr0xzop7n p9DHaaudyuPm/brDcg8XqN59XGvL7XNjIRsbqLPoudwkQidRIdjKvXSKAyAfBQ0jSkGf hGI7UG+/0ipfM2ggAFxEkqVrvTrnPTlZx2MCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HxzasCMm/dQ0Q25vAfSmXwX9Z5tMsMNW+jzA7XmRSR/66+r1MMZiRohFFrqi8VKA++ VWbFpDQUNqdcBlS68zBPWojEZKkVICm3VViabjZy21OKkyC7xL8ZRXVBYqQCY2ug0Jy7 7WZ53DC7ksIHOTiStqopVFYapvxhNBwWnObjw= Received: by 10.141.206.13 with SMTP id i13mr4586790rvq.100.1221464229410; Mon, 15 Sep 2008 00:37:09 -0700 (PDT) Received: by 10.141.91.16 with HTTP; Mon, 15 Sep 2008 00:37:09 -0700 (PDT) Message-ID: Date: Mon, 15 Sep 2008 11:37:09 +0400 From: "Nikolay Samokhvalov" To: "Peter Eisentraut" Subject: Re: Russian FAQ page charset problem Cc: PostgreSQL-documentation In-Reply-To: <48CE0F0B.4060600@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48CE0F0B.4060600@gmx.net> 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/11 X-Sequence-Number: 4972 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 ..."? -- Sincerely yours, Nikolay Samokhvalov