I'm a Windows user, and I see from David's test that a number of systems I've never heard of are running NetRexx.
My practice is to encode textual files in ISO-8859-1 and, particularly, to make use of characters in the range 0x80-0xFF. Would any of these systems have difficulty making use text files so encoded? George _______________________________________________ Ibm-netrexx mailing list [hidden email] |
Hi George, may I please repeat:
One of the funny things with NetRexx is: ** when it is runnung on *any PLATFORM*, it is running *on every PLATFORM* There is no re-compilation necessary at all, by DESIGN of the JVM machine. And, .. whilst people did say, some years ago, that Java is slower than C, for instance, nowadays, with imroving machince perrformance, and also the builtin JIT compilers, the *big advantage of Java is*: When your code does run on *any Java Machine*, it does and will actually run on *Any Java Machine* That's why I do think that the NetRexx approach is and may be will be so helpful ... Tom. ========================================================== Am 03.09.2010 14:45, schrieb George Hovey: I'm a Windows user, and I see from David's test that a number of systems I've never heard of are running NetRexx. --
Thomas Schneider Projects ReyC & LOGOS on www.KENAI.com _______________________________________________ Ibm-netrexx mailing list [hidden email]
Tom. (ths@db-123.com)
|
In reply to this post by George Hovey-2
George,
Java, and thus NetRexx, is using UNICODE, and thus all those minor character encodings simply disappear when using NetRexx (and thus Java). I did activily scan a lot of languages using a small NetRexx program of mine (from Hindi to Albanian, Russian, etc) without any problems in NetRexx. A big step forward, I do think ... Tom. ============================================================== Am 03.09.2010 14:45, schrieb George Hovey: I'm a Windows user, and I see from David's test that a number of systems I've never heard of are running NetRexx. --
Thomas Schneider Projects ReyC & LOGOS on www.KENAI.com _______________________________________________ Ibm-netrexx mailing list [hidden email]
Tom. (ths@db-123.com)
|
Free forum by Nabble | Edit this page |