PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[Bottom][Contents][Search][Prev]: PPWIZARD'S REXX Syntax Checking[Next]: Extension or Processing Mode Specific Configuration
\ -> Configuration -> Upper / Lower Case Configuration

Upper / Lower Case Configuration

The very first time PPWIZARD executes some code that performs character conversions between lower and upper case it configures itself.

PPWIZARD looks for the following macros:

The above macros should list all characters that are converted between upper and lower case. If not found then the 26 English lower (a-z) and upper (A-Z) characters are used.

I have a polish example below, if anyone sends me other languages I will add these for others (thanks).

EXAMPLE - Polish

The following shows how PPWIZARD can be configured for polish characters:

#evaluate ^PPWIZARD_LOWERCASE^ ^xrange('a', 'z') || 'B1B9E6EAB3F1F3B69CBFBC9F'x^
#evaluate ^PPWIZARD_UPPERCASE^ ^xrange('A', 'Z') || 'A1A5C6CAA3D1D3A68CAFAC8F'x^

Remember this needs to be configured early otherwise PPWIZARD may have already decided to use English.


email me  any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Search][Prev]: PPWIZARD'S REXX Syntax Checking[Next]: Extension or Processing Mode Specific Configuration


PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Saturday February 17 2007 at 10:36am