Re: [Oorexx-devel] SourceForge Wiki Migrated to MediaWiki

2009-08-01 Thread Sahananda (Jon) Wolfers
The content is there, but all the hard-won code coloring is gone Such is life. Jon On 31/07/2009, David Ashley david.ashley@gmail.com wrote: All - SourceForge has finished migrating our old wiki to the new Hosted Application MediaWiki. Those that had content in the old wiki should

[Oorexx-devel] Question 1 ad CString(): not leaving \n untouched?

2009-08-01 Thread Rony G. Flatscher
If a some const *char string contains the LF character (\n, 0x0a, 0d10) and one uses CString(str) to create a Rexx string, then say'ing that Rexx string would not cause a line break at the \n-character, rather a question mark (?) is displayed instead. [At the same time a TAB char (\t, 0x09, 0d09)

Re: [Oorexx-devel] Question 2 ad CString(): not leaving UTF chars untouched ?

2009-08-01 Thread Mark Miesfeld
Rony, Off the top of my head, I would say that this is a product of how you are displaying the string, and or creating the string, not a problem with String(). grin On Sat, Aug 1, 2009 at 8:39 AM, Rony G. Flatscherrony.flatsc...@wu-wien.ac.at wrote: If some const *char string contains UTF

Re: [Oorexx-devel] Question 1 ad CString(): not leaving \n untouched?

2009-08-01 Thread Mark Miesfeld
On Sat, Aug 1, 2009 at 8:16 AM, Rony G. Flatscherrony.flatsc...@wu-wien.ac.at wrote: If a some const *char string contains the LF character (\n, 0x0a, 0d10) and one uses CString(str) to create a Rexx string, then say'ing that Rexx string would not cause a line break at the \n-character, rather