0 Replies Latest reply on Apr 1, 2004 10:05 AM by andyjeff

    Internationalised field names

    andyjeff

      Hi,

      I'm working on an OpenSource JDO implementation (JPOX) and a user reported a problem with use of Turkish character sets with our system (at the point where his field names are converted into a CREATE statement for passing across JDBC ... a 'I' character with a dot above it was being converted into a '?' and hence failing across on the RDBMS).

      He mentioned that JBoss suffered from something similar a while back and is now fixed. Can someone remember what the issue was and what fix was used, so that we can provide a similar fix in our system ?

      TIA