You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "zhangcui (JIRA)" <ji...@apache.org> on 2014/04/15 03:37:15 UTC

[jira] [Updated] (FOP-2365) pdf's name contains chinese character

     [ https://issues.apache.org/jira/browse/FOP-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

zhangcui updated FOP-2365:
--------------------------

    Description: 
use fop1.0,i create a pdf,if the pdf's name contains chinese character,it will fail.
but use the same code,if the server OS is windows 2008 JP,it works fine.
my server OS is windows 7 ultimate JP.

List<String> cmdList = new ArrayList<String>();
cmdList.add("fop.bat");
cmdList.add("c:\\logfile.log");
cmdList.add("-xsl");
cmdList.add("c:\\myxsl.xsl");
cmdList.add("-param");
cmdList.add("pp");
cmdList.add("c:\\param.txt");
cmdList.add("-xml");
cmdList.add("c:\\myxml.xml");
cmdList.add("-pdf");
cmdList.add("c:\\mypdf.pdf");
ProcessBuilder pb = new ProcessBuilder(command);
p = pb.start();

sorry for my english.......

  was:
use fop1.0,i create a pdf,if the pdf's name contains chinese character,it will fail.
i use this code
List<String> cmdList = new ArrayList<String>();
cmdList.add("fop.bat");
cmdList.add("c:\\logfile.log");
cmdList.add("-xsl");
cmdList.add("c:\\myxsl.xsl");
cmdList.add("-param");
cmdList.add("pp");
cmdList.add("c:\\param.txt");
cmdList.add("-xml");
cmdList.add("c:\\myxml.xml");
cmdList.add("-pdf");
cmdList.add("c:\\mypdf.pdf");
ProcessBuilder pb = new ProcessBuilder(command);
p = pb.start();

sorry for english.......


> pdf's name contains chinese character
> -------------------------------------
>
>                 Key: FOP-2365
>                 URL: https://issues.apache.org/jira/browse/FOP-2365
>             Project: Fop
>          Issue Type: Bug
>          Components: pdf
>    Affects Versions: 1.0
>         Environment: Windows 7 Ultimate 64bit
>            Reporter: zhangcui
>
> use fop1.0,i create a pdf,if the pdf's name contains chinese character,it will fail.
> but use the same code,if the server OS is windows 2008 JP,it works fine.
> my server OS is windows 7 ultimate JP.
> List<String> cmdList = new ArrayList<String>();
> cmdList.add("fop.bat");
> cmdList.add("c:\\logfile.log");
> cmdList.add("-xsl");
> cmdList.add("c:\\myxsl.xsl");
> cmdList.add("-param");
> cmdList.add("pp");
> cmdList.add("c:\\param.txt");
> cmdList.add("-xml");
> cmdList.add("c:\\myxml.xml");
> cmdList.add("-pdf");
> cmdList.add("c:\\mypdf.pdf");
> ProcessBuilder pb = new ProcessBuilder(command);
> p = pb.start();
> sorry for my english.......



--
This message was sent by Atlassian JIRA
(v6.2#6252)