Re: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-05 Thread Peter B. West
Victor Mote wrote: Peter B. West wrote: (I wouldn't say it was heated.) I am curious about the impact of someone working without any formal IDE, and just using (X)Emacs and JDEE for development. As far as I know, XEmacs does not support Unicode, but if the non-ASCII characters were restricted

Re: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-05 Thread J.Pietschmann
Victor Mote wrote: I never bit the emacs bullet, and don't directly know the impact there. GNU emacs 21 knows about UTF-8. Unfortunately, the NT port seems to be less rock solid than usual, I got the first emacs crashes since I abandoned Solaris 2.1 in, well, lets say an epoch or two ago. BTW, I

Re: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-05 Thread Peter B. West
J.Pietschmann wrote: Victor Mote wrote: BTW, I notice the absence of you and Peter from http://cvs.apache.org/~sgala/nightmap.html Ok, so how do we drive this thing? Is it zoomable? I couldn't find pietsch on there either. Peter -- Peter B. West http://www.powerup.com.au/~pbwest/resume.html

RE: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-05 Thread Victor Mote
J.Pietschmann wrote: BTW, I notice the absence of you and Peter from http://cvs.apache.org/~sgala/nightmap.html OK, I should be on there the next time the map is regenerated. Now that you guys know how to get here, come on over! Victor Mote

RE: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-05 Thread Victor Mote
Peter B. West wrote: Ok, so how do we drive this thing? Is it zoomable? I couldn't find pietsch on there either. Sorry, I meant to show the path (it took a while to figure out): Joerg gave us: http://cvs.apache.org/~sgala/nightmap.html Then (hoping to find something instructive) look at:

Re: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-04 Thread J.Pietschmann
Bertrand Delacretaz wrote: Sure - it is by accident that comments in the jfor source code contains non-ASCII chars (in people's names IIRC). OOps, I didn't think about that. We could a) Force ISO-8859-1 for all Java source files in the build file. Is this a discrimination of, ummm, non-western

Re: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-04 Thread Bertrand Delacretaz
Le Vendredi, 4 juil 2003, à 21:12 Europe/Zurich, J.Pietschmann a écrit : Bertrand Delacretaz wrote: Sure - it is by accident that comments in the jfor source code contains non-ASCII chars (in people's names IIRC). OOps, I didn't think about that. We could What I meant is that I think (or

RE: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-04 Thread Victor Mote
J.Pietschmann wrote: OOps, I didn't think about that. We could a) Force ISO-8859-1 for all Java source files in the build file. Is this a discrimination of, ummm, non-western contributors who might want to have their names in their native script in the files? b) Keep a list of

Re: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-04 Thread Peter B. West
Victor Mote wrote: J.Pietschmann wrote: OOps, I didn't think about that. We could a) Force ISO-8859-1 for all Java source files in the build file. Is this a discrimination of, ummm, non-western contributors who might want to have their names in their native script in the files? b) Keep

Java source encoding (was Re: [RTF] Jfor integration)

2003-07-03 Thread Christian Geisert
Victor Mote schrieb: Bertrand Delacretaz wrote: [..] .. Some of the source files contain non-ASCII characters (see main/JForVersionInfo.java, line 67, for example), but are encoded as ASCII (instead of UTF-8), so the IDE was choking... Are .java files meant to be encoded in UTF-8? I didn't know

Re: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-03 Thread J.Pietschmann
Christian Geisert wrote: Java source is whatever the platform encoding is (see file.encoding system property) so the best thing is to avoid chars 127 at all (use \u instead) ... uh this won't work in this case as these are comments. Maybe there's a workaround for special french characters

RE: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-03 Thread Victor Mote
Christian Geisert wrote: Java source is Unicode, and I don't think the encoding would matter, but Java source is whatever the platform encoding is (see file.encoding system property) so the best thing is to avoid chars 127 at all (use \u instead) ... uh this won't work in this case as

Re: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-03 Thread Bertrand Delacretaz
Le Jeudi, 3 juil 2003, à 21:16 Europe/Zurich, J.Pietschmann a écrit : ...And, uh, comment language is *english*, guys :-) Sure - it is by accident that comments in the jfor source code contains non-ASCII chars (in people's names IIRC). No problem in removing the accents! -Bertrand

RE: [RTF] Jfor integration

2003-06-29 Thread Victor Mote
Bertrand Delacretaz wrote: ...Do you mind if I rework that a bit so that the standard header is intact, and then add the additional credits for the jfor team below?... No problem - I didn't know that checkstyle cared for this as well. I just committed the changes, leaving (I think) the

RE: [RTF] Jfor integration

2003-06-27 Thread Victor Mote
Bertrand: Checkstyle is complaining about the Apache license header in the jfor files, because of the additional credits to the jfor team near the bottom. Do you mind if I rework that a bit so that the standard header is intact, and then add the additional credits for the jfor team below? That

Re: [RTF] Jfor integration

2003-06-27 Thread Bertrand Delacretaz
...Do you mind if I rework that a bit so that the standard header is intact, and then add the additional credits for the jfor team below?... No problem - I didn't know that checkstyle cared for this as well. -Bertrand - To

RE: [RTF] Jfor integration

2003-06-26 Thread Victor Mote
Bertrand Delacretaz wrote: obviously these are needed - sorry about that, I have added them now. I'm just fixing the licenses now, but the files are there already. No apology needed. Thanks for adding them. I have just committed the changes needed to compile, and have also removed the jfor

Re: [RTF] Jfor integration

2003-06-25 Thread Bertrand Delacretaz
Le Mardi, 24 juin 2003, à 20:27 Europe/Zurich, Victor Mote a écrit : 1. org.jfor.jfor.interfaces (see rtf/rtflib/rtfdoc/IRtfTableContainer.java, line 56, for example) 2. org.jfor.jfor.tools (see rtf/rtflib/rtfdoc/RtfExternalGraphic.java, line 62, for example) obviously these are needed - sorry

RE: [RTF] Jfor integration

2003-06-24 Thread Victor Mote
Victor Mote wrote: Bertrand Delacretaz wrote: They don't compile out of the box, so I disabled their compilation in build.xml for now, didn't have time to look further. The next step would be to get them to compile, have the RTFHandler use them and remove jfor.jar from the lib

Re: [RTF] Jfor integration

2003-06-20 Thread Bertrand Delacretaz
Hi Victor, I have committed the classes from the jfor RTF library under org.apache.fop.rtf.rtflib. They don't compile out of the box, so I disabled their compilation in build.xml for now, didn't have time to look further. The next step would be to get them to compile, have the RTFHandler use

RE: [RTF] Jfor integration

2003-06-20 Thread Victor Mote
Bertrand Delacretaz wrote: I have committed the classes from the jfor RTF library under org.apache.fop.rtf.rtflib. Thanks. They don't compile out of the box, so I disabled their compilation in build.xml for now, didn't have time to look further. The next step would be to get them to

Re: [RTF] Jfor integration

2003-06-19 Thread Bertrand Delacretaz
Hi Victor, If you're going to work on the RTFHandler I'd be happy to commit the relevant jfor sources (the RTF library I assume) to the FOP codebase with appropriate package name changes. As Jeremias mentions, it might be better if I do it myself so that the legal stuff is clear. I should be

RE: [RTF] Jfor integration

2003-06-19 Thread Victor Mote
Bertrand Delacretaz wrote: If you're going to work on the RTFHandler I'd be happy to commit the relevant jfor sources (the RTF library I assume) to the FOP codebase with appropriate package name changes. Yes, I think the RTF libs are the only parts that are needed. I don't want to mislead

[RTF] Jfor integration

2003-06-18 Thread Victor Mote
Bertrand et al: I did a little work in RTFHandler yesterday (after reading the wiki related email messages on the topic), committing a change to implement text-align for paragraphs, mostly just to get a feel for what is going on there. I was using examples/fo/basic/normal.fo as my test document,

Re: [RTF] Jfor integration

2003-06-18 Thread Jeremias Maerki
+1 for working on JFOR integration. If JFOR's sources should go into CVS, I think from the licensing point of view, Bertrand will have to do the initial import of the sources. I believe, this performs an implicit grant process because of his committer license agreement. Victor, I don't want to

RE: [RTF] Jfor integration

2003-06-18 Thread Victor Mote
Jeremias Maerki wrote: +1 for working on JFOR integration. If JFOR's sources should go into CVS, I think from the licensing point of view, Bertrand will have to do the initial import of the sources. I believe, this performs an implicit grant process because of his committer license