This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
Re: frysk-core/frysk/dom ChangeLog DOMFrysk.java
- From: Wu Zhou <woodzltc at cn dot ibm dot com>
- To: scox at sourceware dot org
- Cc: frysk at sourceware dot org
- Date: Sat, 13 May 2006 15:26:31 +0800 (CST)
- Subject: Re: frysk-core/frysk/dom ChangeLog DOMFrysk.java
- References: <20060419135953.27417.qmail@sourceware.org> <Pine.LNX.4.64.0604211020450.2741@woodzltc>
There are yet some non-ASCII characters in DOMFrysk.java. But I am not
sure when this will prevent the build from succeeding. It seems that the
unrecognized character complaint is random. I can't reproduce it now.
Regards
- Wu Zhou
On Fri, 21 Apr 2006, Wu Zhou wrote:
> Hi Stan,
>
> Thanks for checking in this. In DOMFrysk.java, there are yet a few other
> multibyte characters. Although not always prevent the building, they
> do report error occasionally. Would you please explain why?
>
> Anyway, I code a patch for these multibyte characters. Can you check it
> in too?
>
> --- DOMFrysk.java.old 2006-04-21 02:01:25.000000000 +0800
> +++ DOMFrysk.java 2006-04-21 02:06:15.000000000 +0800
> @@ -67,12 +67,12 @@
> * As can be seen from the tree below, the top class is the executable image
> * itself and below it are the subclasses hanging off of it.
> *
> - * DOMFrysk – the overall DOM
> - * DOMImage – the source images associated with this DOM
> - * DOMFunction – all functions defined for this source image
> - * DOMSource – a particular source image
> - * DOMLine – contains the info associated with each line within the source
> - * DOMInlineInstance – contains info about inline functions on this line
> + * DOMFrysk - the overall DOM
> + * DOMImage - the source images associated with this DOM
> + * DOMFunction - all functions defined for this source image
> + * DOMSource - a particular source image
> + * DOMLine - contains the info associated with each line within the source
> + * DOMInlineInstance - contains info about inline functions on this line
> *
> * Each one of these classes/subclasses has a set of methods to
> * create/modify/access the information in the DOM. Here is a more detailed
>
>
> Thanx
> - Wu Zhou
>
> On Wed, 19 Apr 2006, scox@sourceware.org wrote:
>
> > CVSROOT: /cvs/frysk
> > Module name: frysk-core
> > Changes by: scox@sourceware.org 2006-04-19 13:59:53
> >
> > Modified files:
> > frysk/dom : ChangeLog DOMFrysk.java
> >
> > Log message:
> > * DOMFrysk.java: Use ASCII quote instead of multibyte quotes.
> >
> > Patches:
> > http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/dom/ChangeLog.diff?cvsroot=frysk&r1=1.15&r2=1.16
> > http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/dom/DOMFrysk.java.diff?cvsroot=frysk&r1=1.5&r2=1.6
> >
> >