Re: Cp 1250 in JDeveloper
Date: Fri, 30 Mar 2001 09:46:41 +0200
Message-ID: <9a1dsg$3oas$1_at_as121.tel.hr>
I think this is not a problem.
NLS_LANG=CROATIAN_CROATIA.EE8MSWIN1250
Problem is not in database.
I have simply, in page.jsp: <H1>Title with Cp 1250 characters<H1>
In page.java: out.println("<H1>Title with Cp 1250 characters<H1>");
In HTML: <H1>Title with ?'s<H1>
"Sybrand Bakker" <postbus_at_sybrandb.demon.nl> wrote in message
news:tc8e7kha7i5i40_at_beta-news.demon.nl...
> Character set of your database?
> NLS_LANG setting?
>
> Just to mention two obvious areas
>
> Hth,
>
> Sybrand Bakker, Oracle DBA
>
> "Grigor" <grigor.coric_at_lijanovici.com> wrote in message
> news:9a1c7n$3v1t$1_at_as121.tel.hr...
> > Hi there!
> >
> > I have a problem with Cp 1250 characters in my JSP's.
> > In JDeveloper's editor I can see all the characters from Cp 1250.
Generated
> > Java file also looks OK. But, in HTML they are lost (with ?'s instead of
> > characters).
> > Compiler is set to Cp 1250 encoding. I'm using JDeveloper 3.1 on
Win2000.
> >
> > What am I doing wrong?
> >
> > TIA
> >
> >
> > --
> > =====================================================
> > Grigor Coric grigor.coric_at_lijanovici.com
> > System Analyst Prosoft d.o.o.
> > Tel/Fax: 2947-549 GSM: 098/737-823
> > -----------------------------------------------------
> > Home is where the computer is plugged in!
> > =====================================================
> >
> >
>
>
Received on Fri Mar 30 2001 - 09:46:41 CEST