From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,74d953d10520ed5e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-31 06:34:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: using charles library Date: Sat, 31 May 2003 13:34:59 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1054388099 6235 129.241.83.78 (31 May 2003 13:34:59 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Sat, 31 May 2003 13:34:59 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:38209 Date: 2003-05-31T13:34:59+00:00 List-Id: Roman V. Isaev wrote: > Windows Gtk is horrible. But unix version feels laggy too, especially > compared with programs written with Athena, wxWindows and even qt. Huh? wxWindows and qt are sluggish compared to Gtk. By the way what distribution do you use? > .mo format has no indication wheter it UTF-8 or no. Just a translation > table for byte sequences. .po editors don't know about UTF-8 either, at > least poEdit by Vaclav Slavik doesn't, another editor in X11 (on freebsd > if i remember correctly) did not too. If UTF-8 strings are kept in the same > String type as usual strings then it's not a problem. If UTF-8 strings are > kept in special string type than I have to know how to convert that type > into character sequence... Point is that UTF-8 will be more or less standard in most applications soon. Gtk+ 2.x uses it as a default and expect UTF-8 valid strings. > Because it's really annoying when you start using some library and it > requires another one, you go search for it the net only to find > it discontinued... and you are lucky if that old version is still > available somewhere (i.e. you use want to some library and it depends > on gd, but you find that gd author dropped gif support several years ago, > his site says basically "get lost if you want gif support" and this > library have to work with gifs). So in stead on should reinvent the wheel for every project? Charles is GMGPL so if it is discontinued it is just to pick it up and continue the development. I cannot start making my own binding to Gtk+, because I might fear that it will stop being developed. > But as I said it's a question of maintainig this code and I can't do that > because I don't know math that well and my father won't learn another > language (he did not really learn pascal anyway) :) Perhaps better to get the maths written down into a paper? -- Preben Randhol http://www.pvv.org/~randhol/