Re: [Oorexx-devel] does REXX Support Unicode on AIX

2008-06-19 Thread David Ruggles
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

Re: [Oorexx-devel] does REXX Support Unicode on AIX

2008-06-19 Thread Mark Miesfeld
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

Re: [Oorexx-devel] does REXX Support Unicode on AIX

2008-06-19 Thread David Ashley
-devel@lists.sourceforge.net oorexx-devel-boun cc [EMAIL PROTECTED] orge.net Subject [Oorexx-devel] doe

[Oorexx-devel] does REXX Support Unicode on AIX

2008-06-19 Thread yug k
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 "!!!