Re: Users-prolog Digest, Vol 34, Issue 6
"David Kommar" <[email protected]>
| Newsgroups | gmane.comp.gnu.prolog.general |
|---|---|
| Message-ID | <001d01c5f3fd$ba5d9da0$0200000a@HPDK> |
Then I might suggest a GProlog-driven "source code beautifier", which converts all occurrences, outside of double quotes, of nation-specific characters into a three-symbol representation. And this code beautifier be processing your source code prior to compilation. You only need conversion rules for your own native language, polish, but if I might illustrate what I mean, I will show you my sketch to a program with facts for Danish/Swedish/Norvegian: prc(["æ"],["a","e"]). prc(["Æ"],["A","E"]). prc(["ø"],["o","e"]). prc(["Ø"],["O","E"]). prc(["å"],["a","a"]). prc(["Å"],["A","A"]). When I get alittle longer with this idea, I shall upload the rules for this program to the newsgroup, and you will be able to customize it to Polish. Regards to all who read this. David Kommar david k at vip dot cybercity dot dk ----- Original Message ----- From: "Duncan Patton a Campbell" <[email protected]> To: <[email protected]> Cc: <[email protected]> Sent: Monday, November 28, 2005 12:48 AM Subject: Re: Users-prolog Digest, Vol 34, Issue 6 > On Sun, 27 Nov 2005 10:05:52 -0700 (MST) > [email protected] wrote: > >> Send Users-prolog mailing list submissions to >> [email protected] >> >> To subscribe or unsubscribe via the World Wide Web, visit >> http://lists.gnu.org/mailman/listinfo/users-prolog >> or, via email, send a message with subject or body 'help' to >> [email protected] >> >> You can reach the person managing the list at >> [email protected] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Users-prolog digest..." >> >> >> Today's Topics: >> >> 1. Re: ?,?,?,?,?..... (David Kommar) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Sun, 27 Nov 2005 14:18:10 +0100 >> From: "David Kommar" <[email protected]> >> Subject: Re: ?,?,?,?,?..... >> To: "Federico Federigi" <[email protected]>, >> <[email protected]> >> Message-ID: <001601c5f355$06d2dfa0$0200000a@HPDK> >> Content-Type: text/plain; charset="iso-8859-1" >> >> Dear Federico. >> The GNU Prolog compiler is a piece of systems programmature. On systems >> level of operation, >> only 127 ASCII symbols are acceptable as throughput. > > ? I'm not sure this is a fair assessment. If you need programmic > stability, > Gprolog is it. > > Dhu > > >> I recommend you to use Strawberry Prolog, which use both ___, ___, and >> many more nation- >> specific letters. >> Strawberry Prolog is for free for your personal use, and is on >> www.dobrev.com I think. >> Regards >> David Kommar >> ----- Original Message ----- >> From: Federico Federigi >> To: [email protected] >> Sent: Saturday, November 26, 2005 11:52 AM >> Subject: _,_,_,_,_..... >> >> >> Come posso far visualizzare all'interprete le lettere accetate? (_, _ _ >> ,_.......) >> Why gnu prolog inepreter don't display _ _ _ _ _ . . . . .. ? >> >> Grazie. >> >> Thanks. >> >> >> >> ------------------------------------------------------------------------------ >> >> >> _______________________________________________ >> Users-prolog mailing list >> [email protected] >> http://lists.gnu.org/mailman/listinfo/users-prolog >> >> ----- Original Message ----- >> From: Federico Federigi >> To: [email protected] >> Sent: Saturday, November 26, 2005 11:52 AM >> Subject: _,_,_,_,_..... >> >> >> Come posso far visualizzare all'interprete le lettere accetate? (_, _ _ >> ,_.......) >> Why gnu prolog inepreter don't display _ _ _ _ _ . . . . .. ? >> >> Grazie. >> >> Thanks. >> >> >> >> ------------------------------------------------------------------------------ >> >> >> _______________________________________________ >> Users-prolog mailing list >> [email protected] >> http://lists.gnu.org/mailman/listinfo/users-prolog >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: >> http://lists.gnu.org/pipermail/users-prolog/attachments/20051127/a32ac4cb/attachment.html >> >> ------------------------------ >> >> _______________________________________________ >> Users-prolog mailing list >> [email protected] >> http://lists.gnu.org/mailman/listinfo/users-prolog >> >> >> End of Users-prolog Digest, Vol 34, Issue 6 >> ******************************************* >> > > > _______________________________________________ > Users-prolog mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/users-prolog >