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-Thread: 103376,699cc914522aa7c4 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,UTF8 Newsgroups: comp.lang.ada Subject: Re: Wasteful internationalization References: <51p83bF1k9di7U1@mid.individual.net> <51rhs3F1m1jliU1@mid.individual.net> <1170179201.13783.76.camel@localhost> <1170189792.13783.89.camel@localhost> From: Markus E Leypold Organization: N/A Date: Tue, 30 Jan 2007 22:54:54 +0100 Message-ID: User-Agent: Some cool user agent (SCUG) Cancel-Lock: sha1:rdIGUZN/92vhF3Y3CDLW7Yu3n9U= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit NNTP-Posting-Host: 88.72.211.30 X-Trace: news.arcor-ip.de 1170193804 88.72.211.30 (30 Jan 2007 22:50:04 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!news-lei1.dfn.de!news-fra1.dfn.de!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news2.google.com comp.lang.ada:8752 Date: 2007-01-30T22:54:54+01:00 List-Id: Georg Bauhaus writes: > On Tue, 2007-01-30 at 20:37 +0100, Markus E Leypold wrote: >> Georg Bauhaus writes: >> >> > On Mon, 2007-01-29 at 20:03 +0100, Markus E Leypold wrote: >> > >> >> Yes, 'PI' as greek letter in programs might be nice. But is h-bar >> >> (Plack constant) somewhere in Unicode? :-) >> > >> > Sure, >> > U+210F PLANCK CONSTANT OVER TWO PI >> > or 'ℏ' > >> (no, no, I'm joking. But impressing that unicode even has >> h-bar. Probably they also have everyone of the more "funny" operators >> of theoretical physics too. Of course that does not help in writing >> better physics programs, since some of the stuff need special parsing >> too). > > Ada 2007 doesn't add symbols, AFAICS, but you can use symbols and more > in comments. > Both characters (Greek Pi) ('π') and (Planck Constant / 2*PI) ('ℏ') > are letters and can be used as identifiers. > Some of the symbols of Unicode have an internationally recognized > meaning, sometimes even a standardized meaning. They can therefore > add value to specification and review, > > -- In case of too much radiation (☢), start the shutdown procedure > -- and press the eject button (⏏)! Yes, true -- if physicists (and engineers) could agree on the actual meaning of symbols. Which they can't, so, usually it is safer to use a clear text term. Especially in the user interface ... Regards -- Markus