The TUTOR package is hosted on:
The copy at https://rexx.epbcn.com/TUTOR/ uses the Rexx Highlighter to display Rexx programs, while the copy at https://github.com/JosepMariaBlasco/TUTOR/ uses the (limited) highlighting provided by GitHub.
Version 0.5, 20240307.
/******************************************************************************
* 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 a prototype, not a finished product. Use at your own risk. <═ *
* *
* Interfaces and specifications are proposals to be discussed, *
* and can be changed at any moment without previous notice. *
******************************************************************************/
Download Unicode.zip, unzip it in some directory of your choice, and
run setenv to set the path (for Linux users: use
. ./setenv.sh, not ./setenv.sh, or your path
will not be set).
You can then navigate to the samples directory and try
the samples by using [rexx] rxu filename, or experiment
interactively with the rxutry utility.
New and changed features in the 0.5 release are:
toNFC and
isNFC functions).rxutry.rex utility, a modification of
rexxtry.rex with Unicode support.Options DefaultString and Options Promote
can be set by the caller. Make Options DefaultString TEXT the
default.Bugs fixed:
Documentation additions and enhancements:
doc subdirectory.There are currently two components of TUTOR which can be used independently of TUTOR, since they have no absolute dependencies on other TUTOR components.
Release notes for version 0.5,
20240307
Release notes for
version 0.4a, 20231002
Release
notes for version 0.4, 20230901
Release notes for version 0.3b,
20230817
Release notes for
version 0.3, 20230811
Release
notes for version 0.2, 20230726
Release notes for version 0.1d,
20230719
Release notes for
version 0.1, 20230716
A toy
ooRexx implementation of the General_Category Unicode property
(20230711)