Using TUTOR from Classic Rexx
/******************************************************************************
* This file is part of The Unicode Tools Of Rexx (TUTOR) *
* See https://rexx.epbcn.com/TUTOR/ *
* and https://github.com/JosepMariaBlasco/TUTOR *
* Copyright © 2023-2025 Josep Maria Blasco <josep.maria.blasco@epbcn.com> *
* License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0) *
******************************************************************************/
TUTOR is an Open Object Rexx (ooRexx) application, but some of its components can be used, with a bit of adaptation work, from Classic Rexx applications.
As a proof-of-concept, in the bin/classic subdirectory, you will find two
small Classic Rexx programs, gc.rex
and
testgc.rex
. They implement access to the extended
general_category
property data generated by TUTOR, and they
have been tested under Regina Rexx.
Both programs were written in less than one hour. One has to study a little, of course: the relevant references and links can be found inside the source code. The same techniques can be used to port these programs to entirely different environments, like CMS or TSO Rexx, for example. I will gladly update this file if I hear news from people venturing to try these ports.