Search the web
Sign In
New User? Sign Up
gobo-eiffel · Gobo Eiffel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 670 - 701 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
670
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...
Lothar Hansche
lohan49
Offline Send Email
Mar 5, 2003
1:05 pm
671
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 G. Crismer
pgcrism
Offline Send Email
Mar 6, 2003
12:53 pm
672
... 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@...
Send Email
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...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 7, 2003
7:07 am
674
... 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. ...
Lothar Hansche
lohan49
Offline Send Email
Mar 7, 2003
1:44 pm
675
... 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. ...
Franck Arnaud
nenieorg
Offline Send Email
Mar 7, 2003
8:37 pm
676
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...
Eiffel NICE
nice_announce
Offline Send Email
Mar 10, 2003
3:32 am
677
... You can't. -- Live long and prosper, Berend de Boer...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 10, 2003
7:40 am
678
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@...
Send Email
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@...
Send Email
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 Arnaud
nenieorg
Offline Send Email
Mar 12, 2003
11:38 am
682
... 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@...
Send Email
Mar 12, 2003
12:07 pm
684
Hello Frank, ... AHA, I understand, many thanks for your deep explanation! Gruss Lothar Hansche lothar.hansche@......
Lothar Hansche
lohan49
Offline Send Email
Mar 13, 2003
8:20 am
685
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@...
Send Email
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@...
Send Email
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...
Eric Bezault
gobosoft
Offline Send Email
Mar 17, 2003
11:50 am
688
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
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 Bezault
gobosoft
Offline Send Email
Mar 18, 2003
12:56 pm
692
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
Mar 19, 2003
8:16 am
695
... Parses fine here so it should not be an obvious bug with the XML parser. -- franck@......
Franck Arnaud
nenieorg
Offline Send Email
Mar 19, 2003
1:33 pm
696
... 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@...
Send Email
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...
Sven Ehrke
svenehrkeweb
Offline Send Email
Mar 19, 2003
1:54 pm
698
... 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...
Sven Ehrke
svenehrkeweb
Offline Send Email
Mar 19, 2003
8:14 pm
699
... The -v flag is propagated: You can recognize that from the targetnames and tasknames shown in the output. - Sven...
Sven Ehrke
svenehrkeweb
Offline Send Email
Mar 19, 2003
8:19 pm
700
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...
Johnson, Jimmy
boxer41a
Offline Send Email
Mar 20, 2003
7:54 pm
701
... 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...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 21, 2003
9:23 am
Messages 670 - 701 of 1767   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help