Re: Extensions, patch v18 (merge against master, bitrot-only-fixes)

From: Nicolas Barbier <nicolas(dot)barbier(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, PostgreSQL-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Extensions, patch v18 (merge against master, bitrot-only-fixes)
Date: 2010-12-16 14:11:51
Message-ID: AANLkTimD1jCVj9eXBE1RS-gbQ_2jSgi1Qp=bZoB_Nzbr@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2010/12/16 Robert Haas <robertmhaas(at)gmail(dot)com>:

> On Thu, Dec 16, 2010 at 7:49 AM, Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr> wrote:
>
>> Please note that the SQL scripts seem to be encoded in latin9.
>
> Seems like an odd choice.  Why not UTF-8?

Latin 9 = ISO 8859-15 = a more modern version of Latin 1 (ISO 8859-1),
which includes the € symbol for example. I.e., it's not that weird. As
long as there are no non-ASCII characters, it seems even likely that
some tools might detect a simple ASCII text file as Latin 9 by
default.

Nicolas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2010-12-16 14:12:38 Re: [PATCH] V3: Idle in transaction cancellation
Previous Message Simon Riggs 2010-12-16 14:11:01 Re: mvcc & DML on the same row