EMAIL PROTECTED] On Behalf Of yug k
Sent: Thursday, June 19, 2008 2:23 PM
To: oorexx-devel@lists.sourceforge.net
Subject: [Oorexx-devel] does REXX Support Unicode on AIX
Hi All,
I am trying to handle unicode characters in AIX wiht the following code but
it doesn't seem to work ( data is unicode st
On Thu, Jun 19, 2008 at 11:22 AM, yug k <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I am trying to handle unicode characters in AIX wiht the following code but
> it doesn't seem to work ( data is unicode string )
>
> rc = SysFromUnicode(data,"THREAD_ACP",,,"dataStem");
SysFromUnicode is only supp
-devel@lists.sourceforge.net
oorexx-devel-boun cc
[EMAIL PROTECTED]
orge.net Subject
[Oorexx-devel] doe
Hi All,
I am trying to handle unicode characters in AIX wiht the following code but it
doesn't seem to work ( data is unicode string )
rc = SysFromUnicode(data,"THREAD_ACP",,,"dataStem");
If (rc = 0) Then
data = dataStem.!TEXT;
else
Do;
call logmsg "!!!