Hello,
I use fop 0.20.5RC2 on a german W2K from a java-application. Printing text inside and outside a table shows differences on blanks. Inside the table the words have different distances (from normal to overlapping last and first letter) when running with
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cn130-20010925 (JIT enabled: jitc))
Running the same with
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
everything is ok.
I found the following difference between the VMs: The IBM-VM bring up german Buttons in JOptionPane. The SUN-VM shows english Buttons at this point.
So I experimented with addional "de.hyp" and "de_DR.hyp" build from "de.xml" and "de_DR.xml" of fop 0.20.3 and a setting of "hyphenation-dir" in "userconfig.xml" without success.
The System-Property "user.language" is "de" and "System.out.println(Locale.getDefault())" prints "de_DE".
Executing this Snippet show also no change in the described behavior. ------------------------------------------------------------ Locale.setDefault(Locale.GERMANY); UIManager.setLookAndFeel(UIManager.getLookAndFeel()); // !! ------------------------------------------------------------
Is there anybody who can point me towards a solution where I can use the IBM-VM ?
Matthias
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
