Message from discussion
'9C'x in a variable
Received: by 10.68.232.169 with SMTP id tp9mr3605770pbc.6.1333645255012;
Thu, 05 Apr 2012 10:00:55 -0700 (PDT)
Path: r9ni22045pbh.0!nntp.google.com!news2.google.com!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail
From: Rony <rony.flatsc...@wu-wien.ac.at>
Newsgroups: comp.lang.rexx
Subject: Re: '9C'x in a variable
Date: Thu, 05 Apr 2012 19:01:12 +0200
Organization: Aioe.org NNTP Server
Lines: 37
Message-ID: <jlkj42$3bd$1@speranza.aioe.org>
References: <kvtqn79sua8bj4hmebv40pn994gl4vbv66@4ax.com> <fV45K0OBJxbE-pn2-NohLrg3szTnh@localhost> <mo2rn7ls3ismis1rat363he2ifrqopqhgs@4ax.com> <fV45K0OBJxbE-pn2-RkGym8BnUSgF@localhost> <rn3rn7tje4hrumv6ddi0a0l3gvk3ticta9@4ax.com>
NNTP-Posting-Host: vsjboTW834gneT5Z1HBvTQ.user.speranza.aioe.org
Mime-Version: 1.0
X-Complaints-To: abuse@aioe.org
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1
X-Notice: Filtered by postfilter v. 0.8.2
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 8bit
On 05.04.2012 14:24, Swifty wrote:
> On Thu, 5 Apr 2012 12:14:37 +0000 (UTC), "Dave Saville"
> <d...@invalid.invalid> wrote:
>
>> Say x2c('9C343239302E3632')
>> œ4290.62
>
> Bug 3515158
Just saw that David Ashley flagged the report as "invalid" for Linux and unfortunately has closed
the issue in a way that no further comments can be given (which is a default of Sourceforge it seems).
So just for your information: I ran the program
a="9c34"
say "a:" a
say "a~x2c:" a~x2c
and get as output:
9c34
?4
where "?" is actually a diamond standing on one edge in which the question mark is displayed.
This is running ooRexx 4.1.0 on 64-Bit Ubuntu.
In order to see whether the latest 4.1.1 beta exhibits your reported problem, I installed rev. 7594
(beta 2) and re-ran the program and the same character (i.e. "C9"x as defined for Linux) as above
does get shown.
So, this character is shown on Linux as well in both, the 4.1.0 GA and the latest available 4.1.1 beta.
HTH,
---rony