Hi,
I am currently fighting with a ERD2W application and unicode character support. Some chars simply do not make it into the browser display. One example is "→" (right arrow).
DB is Oracle 9 running on WinNT, development on Snow Leo
I can copy/paste that particular char from an Excel table into the database using SQLDeveloper. The arrow gets there and stays there. However when I access the DB with my D2W app the char shows up as "?". As far as I could see from the debugger the correct symbol makes it into java vars, but then it gets lost somewhere. Connection string for Oracle ends with the parameter "?charSet=utf-8" (interesting side note: EOModeler inside WOLips cannot generate SQL when this parameter is there (SID not known), app however seems to run fine with it - is this a bug?). I thought that PageWrapper.wo is the one being used - and there I have <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden