Re: Special characters in varchar/text fields

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Lynna Landstreet <lynna(at)gallery44(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Special characters in varchar/text fields
Date: 2003-06-07 15:59:52
Message-ID: Pine.LNX.4.44.0306071551250.2132-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Lynna Landstreet writes:

> FileMaker directly supports accented characters as well as styled text
> (bold, italics etc.), but PostgreSQL to my knowledge does not, so for
> these things to show up properly on the web, the special characters need
> to be converted into the proper ASCII codes (and any text formatting
> needs to be done in HTML).

PostgreSQL supports all sorts of character sets perfectly well. Read the
chapter on localization in the documentation to learn about how to set it
up. (It should, in fact, work fine by default, but you didn't say whether
you tried at all.)

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Henrik Steffen 2003-06-07 16:00:39 Re: update phenomenom
Previous Message Peter Eisentraut 2003-06-07 15:58:06 Re: Order By ignoring "-" character