Le Tue, 31 Dec 2002 14:47:42 +0530 "Somasekhar Bangalore" <[EMAIL PROTECTED]> me disait que :
> Hi, > > I have a postgres database running linux platform.The database has been > enabled for multibyte support -works fine for Japanese,Spanish,German. But > when it comes to French..i am able to insert French data The Problem is > when i want display the data on the browser, some funny '?' comes along the > data.I really don't know what setting need to be done on the database front. > I would appreciate if some one can throw some light on how to solve this > problem? You should use ISO-8859-1 or ISO-8851-15 encodings to make those characters "displayable" :) It depends on your "front-end". (for java, you only have to specify "?charSet=ISO-8859-15" at the end of the URL to be given to the JDBC driver) Regards -- Jean-Christophe ARNU Wisdom is knowing what to do with what you know. -- J. Winter Smith ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])