Sent from my iPhone
> On Feb 13, 2015, at 9:16 PM, BalNagendra <[email protected]> wrote: > > Thanks Mike, > > So, there should not be any problem in Derby storing the Indic data. It is > only the messages at ij level are not supported in Indic languages. Hi, The Derby error messages and things like helptext have been translated in a few languages (not the ones you are working with). The ? Characters you saw is the representation of your non-ascii data (not messages) in ij, and would be the same with any java program unless you specify what locale and language to use for the display. You can tell ij what locale and language you are working in using 'properties' and it will display those characters correctly, as long as supporting language files are available on the OS (which is probably ok in your case). Look in the derby tools guide for further details on how to do that, Mike posted a link to the on-line manual for your version. Search e.g. For 'locale'or 'language'. HTH, Myrna
