Jeremy-
Dude, don't waste your time with this guy. He's been given all the
answers he needs and he ignores them. Basically, he needs to ensure
that his web app uses UTF-8 character encoding and it will work
correctly, but instead of following everyone's advice here, he keeps
posting new messages with the same problem.
Maybe if we invented magic, it would allow him to do what he needed
without following our advice.
--adam
Jeromy Evans wrote:
How bad is it?
It the problem that:
users in Poland see question marks but you don't them when you access
their server; or
you see question marks when you access their server but they don't; or
you and they see question marks when you access the server?
The issue is either:
the pages include characters that are not supported by the server
operating system;
the font used by the client operating system doesn't support
characters on the page
That's why you need to isolated it to the server or to the browser.
In English this is common with special punctuation characters (eg.
em-dash and slanted quotes), especially when deploying a system
developed with MS products to a non-MS server. If it's just some
punctuation that's causing the problem then you just need to replace
these with portable codes. If it's more than that you have a
configuration error at the Java level.
Raghuveer wrote:
I have deployed a struts web application on Windows 2003 Server in
Poland
and India.
Application needs to display Polish language coming from SAP.
This is working in India on Windows 2003 Servers.
But Messages are coming Question marks from Similar Configuration
Server(language is polish) in Poland .
Any advice on this?
------------------------------------------------------------------------
No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.516 / Virus Database:
269.21.3/1307 - Release Date: 2/03/2008 3:59 PM
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]