Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-30 Thread René Jansen
David, I would have a hard look at case sensitivity first (60% of svn problems with Windows). best regards, René. On 30 aug 2010, at 00:44, David Ashley wrote: It seems to be working now, at least some of the time. But I have a new problem. The Windows build script is now aborting.

Re: [Oorexx-devel] Experimental : Start working on support for encoded strings (m17n).

2010-08-30 Thread Rick McGuire
I've looked at the past at adding better character set support, and my personal preference would be to make the interpreter do everything internally using unicode so that it is not necessary to convert strings to a common format to perform language operations. ooRexx performance is very much tied

Re: [Oorexx-devel] Experimental : Start working on support for encoded strings (m17n).

2010-08-30 Thread Mark Miesfeld
On Mon, Aug 30, 2010 at 6:02 AM, Rick McGuire object.r...@gmail.com wrote: I've looked at the past at adding better character set support, and my personal preference would be to make the interpreter do everything internally using unicode so that it is not necessary to convert strings to a

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-30 Thread Mark Miesfeld
On Sun, Aug 29, 2010 at 3:44 PM, David Ashley david.ashley@gmail.com wrote:  It seems to be working now, at least some of the time. But I have a new problem. The Windows build script is now aborting. The error message looks like this: A    C:\buildtemp\utilities\rxqueue\platform\windows

Re: [Oorexx-devel] Experimental : Start working on support for encoded strings (m17n).

2010-08-30 Thread Rick McGuire
On Mon, Aug 30, 2010 at 10:09 AM, Mark Miesfeld miesf...@gmail.com wrote: On Mon, Aug 30, 2010 at 6:02 AM, Rick McGuire object.r...@gmail.com wrote: I've looked at the past at adding better character set support, and my personal preference would be to make the interpreter do everything

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-30 Thread Rick McGuire
You might want to run the code with TRACE C to see exactly what commands are getting issued. Rick On Mon, Aug 30, 2010 at 10:15 AM, Mark Miesfeld miesf...@gmail.com wrote: On Sun, Aug 29, 2010 at 3:44 PM, David Ashley david.ashley@gmail.com wrote:  It seems to be working now, at least

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-30 Thread David Ashley
This is very strange. I can perform builds by hand, just not with my build script. It always chokes on the invocation of the makeorx.bat command. And the characters '' do not appear anywhere in my build script. You can look at the script. It is on the build server at

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-30 Thread Mark Miesfeld
On Mon, Aug 30, 2010 at 7:33 AM, David Ashley david.ashley@gmail.com wrote:  This is very strange. I can perform builds by hand, just not with my build script. It always chokes on the invocation of the makeorx.bat command. And the characters '' do not appear anywhere in my build script.

[Oorexx-devel] Fwd: [RexxLA] Update notification ... (Re: Announcing (the stable) beta of BSF4ooRexx - let Java be camouflaged as Rexx !

2010-08-30 Thread Rony G. Flatscher
Original Message Subject:[RexxLA] Update notification ... (Re: Announcing (the stable) beta of BSF4ooRexx - let Java be camouflaged as Rexx ! Date: Mon, 30 Aug 2010 20:43:04 +0200 From: Rony G. Flatscher rony.flatsc...@wu-wien.ac.at Reply-To: RexxLA Members

Re: [Oorexx-devel] Experimental : Start working on support for encoded strings (m17n).

2010-08-30 Thread Rick McGuire
On Mon, Aug 30, 2010 at 4:51 PM, Jean-Louis Faucher jfaucher...@gmail.com wrote: Hi Rick, Mark I've looked at the past at adding better character set support, and my personal preference would be to make the interpreter do everything internally using unicode so that it is not necessary to

Re: [Oorexx-devel] Experimental : Start working on support for encoded strings (m17n).

2010-08-30 Thread Jean-Louis Faucher
Is it possible to have access to the sources of your version with Unicode ? In sandbow/jlf/_readme.odt, there is a chapter Experience report where I describe how we migrated an application to wide-char Unicode. We kept the possibility to build a byte-char and wide-char version from the same

Re: [Oorexx-devel] Experimental : Start working on support for encoded strings (m17n).

2010-08-30 Thread Rick McGuire
On Mon, Aug 30, 2010 at 5:46 PM, Jean-Louis Faucher jfaucher...@gmail.com wrote: Is it possible to have access to the sources of your version with Unicode ? I don't have that version any more. I never got very far because I of the language compatibility problems I ran into. Rick In