Jillian Koskie wrote:
> I have a database in sql_ascii. (though we've tried unicode as well)

That will only be able to correctly store characters from 7-bit
ASCII (so no accented characters). You need to convert your
database to unicode in order to be able to use unicode. For that,
pg_dump it, create a new database using unicode and pg_restore it
(this should fix it as long as you didn't store multibyte
characters in your database). You could also use another
supported charset like ISO-8859-15, but once you are converting
it is probably best to go all the way and switch to unicode.

After that CF should have little problems displaying your
content. You just need to make sure that you specify the correct
charset in your (X)HTML so that the browser also knows how to
handle it.

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to