Hello All, how can I convert GOBO-UC_STRING's (internal UTF-8) a) UTF-8 to UCS-2 (original 2-byte unicode) b) UCS-2 to UTF-8 via GOBO routines? Are there...
Hello, Has anyone implemented a parser that can validate XML against an XSD? Has anyone implemented a generator of Eiffel classes from an XSD definition, just...
... Paul> Hello, Has anyone implemented a parser that can validate XML Paul> against an XSD? Depends upon the compiler you are using. EDOM ...
Colin Paul Adams
colin@...
Mar 6, 2003 1:54 pm
673
... I can validate against a DTD and Relax NG (partially). However, the code is not in a shape for inclusion in Gobo. The validator core is available at my...
... Hello, It is possible to work in class UC_STRING internal with 16-Bit Original Standard UNICODE values? Then I could print out the UCS-2 coded string. ...
... The correct way will be to convert to and thro UC_UTF16_STRING but this is yet to be written. Some routines in UC_UTF16_ROUTINES but that's not complete. ...
The Non-Profit International Consortium for Eiffel (NICE) is proud to announce the launch of the 2003 Eiffel Struggle. after a two-year hiatus, the Struggle...
Hello Berend, ... The solution from Frank Arnaud via UC_STRING.item_code works. ... OK, I didn't found any routines as well; thanks for the answer. Gruss ...
Lothar Hansche
lohan@...
Mar 10, 2003 10:19 pm
679
Hello Frank, ... I think the UTF-16 encoding doesn't be the same code how UCS-2. I'm right? ... Yes, it helps. Thanks a lot of the usefull tip of the week. It...
Lothar Hansche
lohan@...
Mar 10, 2003 10:19 pm
680
... I've checked it up and it seems UCS-2 is just the subset of unicode <2^16 (like latin1 is the subset of unicode <2^8) encoded on two bytes. Therefore it's...
... Franck> Someone told me it was a Microsoft thing. Yes, mostly it is. UCS-2 came first - an incredibly short-sighted decision to limit Unicode to 64K...
Colin Paul Adams
colin@...
Mar 12, 2003 12:07 pm
684
Hello Frank, ... AHA, I understand, many thanks for your deep explanation! Gruss Lothar Hansche lothar.hansche@......
When attempting to install goanna from cvs, I do a geant install (GOBO 3.1) and get error message: End tag does not match start tag. ... xmllint confirms...
Colin Paul Adams
colin@...
Mar 17, 2003 7:57 am
686
... Colin> I have a feeling I've seen this before, but can't find a Colin> message in this list about it. Do I have to upgrade the Colin> system concerned to...
Colin Paul Adams
colin@...
Mar 17, 2003 11:42 am
687
... See message below sent recently to the develop mailing list. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com Hello, The next time you...
... Colin> When attempting to install goanna from cvs, I do a geant Colin> install Colin> (GOBO 3.1) Colin> and get error message: Colin> End tag does not...
Colin Paul Adams
colin@...
Mar 18, 2003 7:52 am
689
... Colin> and the full error text is: Colin> .mismatched tag ( ln: 1 cl: 1 byte: 1 -> build.eant)Parsing At least, that's the error on one system. On another...
Colin Paul Adams
colin@...
Mar 18, 2003 8:50 am
690
... Colin> with the latest CVS version. I did NOT get an error with my Colin> previous CVS version (last updated on December 27th). Is it possible to check out...
Colin Paul Adams
colin@...
Mar 18, 2003 11:55 am
691
... I don't know what CVS tools you are using, but from the command-line it should be something like that: cvs co -D "December 27, 2002 12:00pm" gobo -- Eric...
... Eric> I don't know what CVS tools you are using, but from the Eric> command-line it should be something like that: Eric> cvs co -D "December 27, 2002...
Colin Paul Adams
colin@...
Mar 18, 2003 3:00 pm
693
... Colin> But I am still left with the same problem, so I guess it is Colin> not the version of gobo which is causing it. Anyone any Colin> suggestions? It...
Colin Paul Adams
colin@...
Mar 18, 2003 3:13 pm
694
... Mystery solved - the message was being issued against a build.eant file in a subdirectory. geant -v install does not appear sufficient to track down the...
Colin Paul Adams
colin@...
Mar 19, 2003 8:16 am
695
... Parses fine here so it should not be an obvious bug with the XML parser. -- franck@......
... Franck> Parses fine here so it should not be an obvious bug with Franck> the XML parser. It isn't. In fact it's a build.eant file deeper in the install...
Colin Paul Adams
colin@...
Mar 19, 2003 1:41 pm
697
... Franck will correct me if I am wrong but as far as I know the parser (or more precisely the scanner) is usually working on an inputstream. That stream...
... I just commited a change to geant into CVS so that in case of a parsing error the absolute pathname of the file to be parsed is reported. - Sven...
Could someone help me get a handle on gobo. No matter how much I read the help files I just can't seem to get the big picture. Let me explain what I want to...
... Fluency in these tools will help you a lot in your career if you pursue one as a professional programmer. If you're not wanting to be one, use just lex + a...