On 18 July 2013 16:14, Glenn Fowler <[email protected]> wrote:
>
> this is fixed for the next alpha later today

Thanks... ast-ksh.20130719 fixes this.

Uh, and thanks for bumping the tr --version number so we can add checks :)

>
> On Thu, 14 Mar 2013 14:19:58 +0100 Cedric Blancher wrote:
>> How do I match accented e (i.e. é) using an equivalence class in AST tr?
>
>> Doing that in sed is easy:
>> ~/bin/sed -r "s/[[=e=]]/X/g" <<<"8é8" ; printf "\n"
>> 8X8
>
>> But in tr I am not able to get it working:
>> ksh -c 'builtin tr ; tr -Cd "[=e=]" <<<"1e2é3" ; print'
>> e
>
>> AFAIK this should print "eé".
>
>> I used:
>>   version         tr (AT&T Research) 2012-11-12
>>   version         sed (AT&T Research) 2012-03-28
>
>> Ced
>> --
>> Cedric Blancher <[email protected]>
>> Institute Pasteur
>> _______________________________________________
>> ast-developers mailing list
>> [email protected]
>> http://lists.research.att.com/mailman/listinfo/ast-developers
>

Ced
-- 
Cedric Blancher <[email protected]>
Institute Pasteur
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to