[Opensource] character sets

Michael Rimov rimovm at centercomp.com
Wed Aug 21 21:21:30 PDT 2002


At 04:23 PM 8/21/2002 +0300, you wrote:

>Please, would You be able to answer me such a question. I want to use
>Expresso to write to an Oracle database using cyrrilic character sets.
>So I am interested to know which are the supported character sets in
>Expresso 4.02.
>I am especilly interested in am I able to use cp1251, I tryed to do it
>but it caused me problems starting expresso, so I suppose it is not
>supported.
>Thank You, Maria

Maria,

Nobody has actually tackled Cryllic charactersets yet, although since at 
least one person uses Big-5, I'm SURE it's possible.  The first thing that 
has to be changed is the charset= from ISO-8859-1 to value in 
MessagesBundle.properties to CP1251.  Then you'll need to create a class:
com.jcorporate.expresso.core.security.filters.CP1251.java that's similar to 
the ISO_8859_1.java class.  [You should be able to copy and paste most of it]

I don't know how well Expresso will play with cp1251 charactersets as far 
as creating it with Oracle as far as DBCreate is concerned.

The Expresso English messages bundle would have to be translated of 
course... so there would be work to get it done, but we'd certainly include 
Russian work into CVS!

HTH!
                                                 -Mike




More information about the Opensource mailing list