Congratulation, it's works now
Thank you! 2007/8/12, Jacopo Cappellato <[hidden email]>: > Guo, all, > > I think that I have fixed the error you are reporting in rev. 565010 > > The path to the font folder was wrong (I introduced the bug in my last > commit) because it was missing a /. > > Please, let me know if this resolves your last error. > > Thanks, > > Jacopo > > Jacopo Cappellato wrote: > > Hi Shi, > > > > of course I will just use the fonts for my local tests and I will not > > include them in the trunk. > > > > Thanks, > > > > Jacopo > > |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519295 ] Krzysztof Podejma commented on OFBIZ-1110: ------------------------------------------ This issue is definitely not completed. I'll post my proposals when I have more time to prepare it. Maybe next week. > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-1110: ------------------------------------ Reopened at Krzysztof's demand. BTW Oleg, my 1st name is not Jacquals (nice too though ;o) but Jacques (it's french) > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519366 ] Jacopo Cappellato commented on OFBIZ-1110: ------------------------------------------ Oleg, I don't think that your plan (configuring fop out-of-the-box to use/embed an open source font able to render a wide range of character sets) is incompatible with mine (adding the ability to pass to the fo.ftl template variable to render non default font families, page geometries etc...). The two features can be used both: 1) out of the box the default OFBiz reports should be able to work with as many character sets as possible 2) now it's already possible to global change the default properties of all the reports in the fop.xconf file 3) adding variable to the screen template action and fo.ftl template will allow to configure particular report in a non default way (for example based on user's settings/locale etc...); if the variables are not set in the screen (the default) then the standard properties from fop.xconf will be applied > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519387 ] Oleg Andreyev commented on OFBIZ-1110: -------------------------------------- Jacopo, > 3) adding variable to the screen template action and fo.ftl template will allow to configure particular report in a non default way (for example based on > user's settings/locale etc...); if the variables are not set in the screen (the default) then the standard properties from fop.xconf will be applied I think this is right way. And I am glad that you become interested in this problem. > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
Jacques, I am very sorry for this mistake. BTW Oleg, my 1st name is not Jacquals (nice too though ;o) but Jacques (it's french)Default FOP Font ---------------- Key: OFBIZ-1110 URL: https://issues.apache.org/jira/browse/OFBIZ-1110 Project: OFBiz Issue Type: Improvement Components: framework Affects Versions: SVN trunk Reporter: Krzysztof Podejma Assignee: Jacopo Cappellato Fix For: SVN trunk Attachments: widget.diff current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. additionally it is hard to track all changes in reports so here default font comes up. it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. I've made up two another solutions 1) is a property in general.properties that store default font 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. with second solution users can define what fonts they have and want to use |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519419 ] Christian Geisert commented on OFBIZ-1110: ------------------------------------------ Yes, it should be easy to use non Latin-1 fonts for PDF/Printing. If we include a custom font (and the generated metrics) the only thing a user would have to do is change the font name in the config (as FOP isn't intelligent enough yet to use only the needed fonts) The DejaVu fonts (http://dejavu.sourceforge.net/ , see http://issues.apache.org/bugzilla/show_bug.cgi?id=40465 for details on license and format) seem to be ok and include Cyrillic, Greek, Arabic and a lot more but no Chinese/CJK fonts - the only issue might be the size of the font. > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519438 ] Oleg Andreyev commented on OFBIZ-1110: -------------------------------------- The size of the font isn't a problem. FOP embeds in document only used gryphs of TrueType font. > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-1110: ---------------------------------------- Assignee: (was: Jacopo Cappellato) > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562281#action_12562281 ] Radoslav Kolev commented on OFBIZ-1110: --------------------------------------- Hello! Since this issue is still open, I think it is better to post my question here. I need to generate PDFs with non-latin characters. Since the additions of the fop.xconf and the DejaVu font collection everything needed is here. After some config tweaking if I edit the corresponding fo.ftl file and change it to use one of the DejaVu fonts it works fine. What I don't know how to do is set,lets say DejaVuSans, as the default font for all the generated PDFs. I can make a mass search/replace and add this to all fo.ftl files, but I hope someone can propose a more elegant and clean solution. May be some template that is inluded in all the fo.ftl files? Best regards, Radoslav Kolev > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562311#action_12562311 ] Krzysztof Podejma commented on OFBIZ-1110: ------------------------------------------ You can set font-family in simple.fo.ftl ie. <fo:page-sequence master-reference="main-page" font-family="Arial">. In this example all blocks will use Arial font. Regards Krzysztof Podejma > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562318#action_12562318 ] Adrian Crum commented on OFBIZ-1110: ------------------------------------ Radoslav, Take a look at the files in framework/common/webcommon/includes/fo and the GlobalFoDecorator in CommonScreens.xml. They accept a parameter to control the default font. > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562322#action_12562322 ] Radoslav Kolev commented on OFBIZ-1110: --------------------------------------- Hello Krzysztof, and thanks for the fast reply. Unfortunately, this doesn't fix the problem in all PDFs for me. For example if I generate an Invoice using https://localhost:8443/accounting/control/invoice.pdf?invoiceId=10000 I will still get # instead of non-latin letters. If I add a font-family="DejaVuSans" attribute in the corresponding fo.ftl template (in this case 'applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl') the characters display fine. It is a similar situation with a lot of other places where PDFs are generated. Adding the font-family attribute to the respective fo.ftl file fixes the issue. Only adding it to the simple.fo.ftl and reportTemplate.fo.ftl (as I read in the description of some other bug) does not fix all places where PDFs are generated in my test install. Do you have any idea is this expected behaviour or not? Regards, Rado > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562326#action_12562326 ] Radoslav Kolev commented on OFBIZ-1110: --------------------------------------- Adrian, I have already looked at these files. In CommonScreens.xml I have added this action <set field="defaultFontFamily" value="DejaVuSans"/> to the definitions of the FoReportDecorator and FoDecorator screens. There is no GlobalFoDecorator screen in my version of CommonScreens.xml (updated from svn yesterday). I suppose this should trigger the following conditional <#if defaultFontFamily?has_content>font-family="${defaultFontFamily}"</#if> in the beggining of reportTemplate.fo.ftl and simple.fo.ftl. Even after these changes I still don't see properly the non-latin characters in PDFs. I tried replacing the conditionals in reportTemplate.fo.ftl and simple.fo.ftl with a hardcoded value of font-family="DejaVuSans" but still no much difference. Any ideas? Thanks, Rado > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1110. ---------------------------------- Resolution: Fixed Assignee: Jacopo Cappellato I close this issue since all is ok but the problem Radoslav reported. I propose to create a new issue for that if still needed. > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717267#action_12717267 ] Khalil Abdo Al-Maasali commented on OFBIZ-1110: ----------------------------------------------- plz I need ur help i new in OfBiz face problem of the report do not support Arabic lang. i do all steps 1 and 2 in the above but does not works who any ideas plz tell me thank advanced. > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717267#action_12717267 ] Khalil Abdo Al-Maasali edited comment on OFBIZ-1110 at 6/8/09 7:32 AM: ----------------------------------------------------------------------- plz I need ur help i new in OfBiz face problem of the report do not support Arabic lang. i do all steps 1 and 2 in the above but does not work who any ideas plz tell me thank advanced. was (Author: khalil): plz I need ur help i new in OfBiz face problem of the report do not support Arabic lang. i do all steps 1 and 2 in the above but does not works who any ideas plz tell me thank advanced. > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717283#action_12717283 ] Jacques Le Roux commented on OFBIZ-1110: ---------------------------------------- Please Khalil, use rather user ML for such questions, see [here|http://docs.ofbiz.org/x/yAk] Thanks Jacques > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Khalil Abdo Al-Maasali updated OFBIZ-1110: ------------------------------------------ Comment: was deleted (was: plz I need ur help i new in OfBiz face problem of the report do not support Arabic lang. i do all steps 1 and 2 in the above but does not work who any ideas plz tell me thank advanced.) > Default FOP Font > ---------------- > > Key: OFBIZ-1110 > URL: https://issues.apache.org/jira/browse/OFBIZ-1110 > Project: OFBiz > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Krzysztof Podejma > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: widget.diff > > > current ofbiz(OOTB) reporting does not support multilingual users. When you use non-english locale you get '#" characters. > additionally it is hard to track all changes in reports so here default font comes up. > it would be great to add fop.xcon file to trunk with UNICODE font that could print any characters in any languages. > I've made up two another solutions 1) is a property in general.properties that store default font > 2) to associate font-family name with locale as property (in property file) and use this font-family to print reports in user language properly. > with second solution users can define what fonts they have and want to use -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |