Hello List, I am having issues displaying accented characters in a page. They appear as "?" instead of the accents.
>From the Oracle db having a charset of AL32UTF8 this is how the data appears SELECT ASCIISTR(TITLE) FROM TABLE; ASCIISTR(TITLE) ------------------------------ 434066 D\FFFDigement et d\FFFDa\FFFDe des routes 104, 112, 227, 233, 235 et rang Fort Georges, dans diverses municipalit\FFFD The default encoding in my app is "UTF-8" plus <meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" /> in the component html file. Any idea how can I go about solving this? Or is this even a data presentation problem? Is the data stored correctly? (I'm an Oracle noob) Thanks, Amiel
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
