Hi all, i just subscribe on this mailing list so this is my first post.

 

I would like to print a sigma character on my generated PDF

I use FOP version 0.20.5 and I can’t change this version.

 

Here are tests i have done (but no success…) :

 

            Sigma = "\1D6F4"; // fonctionne pas : [Fatal Error] :1:20910: An invalid XML character (Unicode: 0x1) was found in the element content of the document.

            Sigma = "∑"; // [Fatal Error] :1:20915: The entity "sum" was referenced, but not declared.

            Sigma = "Σ"; // affiche '#'

            Sigma = "∑"; // (collé depuis Word97) Affiche '?'

            Sigma = "σ"; // affiche '#' // conseillé par le90mman (FP)

            Sigma = "S";

            Sigma = "Æ"; // affiche 'Æ'

            Sigma = "Æ -  π  - $\\Sigma$ -  → "; // affiche Æ - # - $\Sigma$ - #

            Sigma = "&s; "; //[Fatal Error] :1:21089: The entity "s" was referenced, but not declared.

            Sigma = "Σ - Ʃ - ∑"; // Affiche # - # - #

            Sigma = "&b.Sigma; "; // [Fatal Error] :1:21095: The entity "b.Sigma" was referenced, but not declared.

            Sigma = "Σ "; // [Fatal Error] :1:21093: The entity "Sigma" was referenced, but not declared.

            Sigma = "&Sgr;"; // [Fatal Error] :1:21091: The entity "Sgr" was referenced, but not declared.

            Sigma = " "; // [Fatal Error] :1:21092: The entity "nbsp" was referenced, but not declared.

            Sigma = "Σ"; // Print '#'

 

Thanks

Best regards

Brice Vandeputte

Reply via email to