2010/12/16 Robert Haas <[email protected]>: > On Thu, Dec 16, 2010 at 7:49 AM, Dimitri Fontaine <[email protected]> > 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
