LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Polish messages in linux and windows XP (https://www.linuxquestions.org/questions/linux-newbie-8/polish-messages-in-linux-and-windows-xp-621323/)

raghuveervellanki 02-15-2008 05:13 AM

Polish messages in linux and windows XP
 
I have JSP application in jakarta struts framework running on windows on XP and Red Hat Linux
This is Internationalization application in English and Polish language.

Application accessing SAP .
Messages from SAP in polish language are coming properly in Windows XP.

But messages in Linux system are corrupted in their special characters or getting Question marks most of the times.
I understand from the log4j logs the messages are corupted.

I have set ISO-8859-2 in JSP page for charset.

<%@ page contentType="text/html;charset=ISO-8859-2" %>

I have set encoding attribute in web.xml as below
<?xml version="1.0" encoding="ISO-8859-2"?>

This is working on Windows XP.

Is there any special handling to be done on linux system for getting polish messages from SAP.
I mean installing or enabling any special fonts/code page.

jay73 02-15-2008 07:41 PM

Well, yes, of course, you need to make sure that you have Eastern European fonts installed.

raghuveervellanki 02-17-2008 11:39 PM

Could you please provide information where to get these fonts downloaded and in which location these need to be installed in linux.

What else need to be done other then these.
Please find below messages in polish on linux system in poland were corrupted.
-------------

On Linux
Nr potwierdzenia 720959 nie został znaleziony (proszę sprawdzić wpis)}

ON Windows

Nr potwierdzenia 2222222222 nie zosta³ znaleziony (proszê sprawdziæ wpis)

jay73 02-18-2008 01:10 AM

Well, have you got access to any software repositories? I'm on Debian right now and I see that there is a set called "xfonts-Biznet" that covers ISO-8859-2.

If you find that the charset cannot be installed from a repository,then you can find information about different versions of the set and how to install them here: http://nl.ijs.si/gnusl/cee/iso8859-2.html


All times are GMT -5. The time now is 02:34 PM.