Paul Gilmartin wrote:

>R.S. wrote:
>>I use OUTREC BUILD=(1,80,TRAN=UTOL) to change uppercase to lowercase 
>>characters. However it does not change the case for polish national 
>>characters (ąćęłńóśżź). I tried to use  LOCALE=PL_pl, but with no effect. Is 
>>it possible to provide codepage information to UTOL or I have to use 
>>something like 
FINDREP=(INOUT=(C'a',C'A' for every character?

>With vim on Linux, I tried: (ąćęłńóśżź). 
>... then the command:
>~~~~~~~~~~~~
>... changed it to: (ĄĆĘŁŃÓŚŻŹ).

Is this the right translation for Radoslaw? If so, he would be glad.

Or you can easily use REXX function TRANSLATE to do the same [1] , but if the 
input is large, then you may have some long overhead.

>BTW, why is the collating sequence for En_US just plain wrong?

En_US is not wrong, but Radoslaw needs to use his country's code page. 

I hope there is a DFSORT solution for this specific translation.

Groete / Greetings
Elardus Engelbreecht

[1] - I have used that TRANSLATE function in the past on some printouts because 
the printers sometimes print incorrect characters or eject blank or halfprinted 
pages upon handling an incorrect character(s). (some of them are in the range 
x'00' - x'39')

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to