sed(1) y command 8bit cleaness

Issue #126 resolved
Takehiko NOZAKI repo owner created an issue

make y command 8bit clean, other *BSD fixed it nealy 20 years ago.

Comments (4)

  1. Takehiko NOZAKI reporter

    try following:

    $ LANG=ja_JP.SJIS; export LANG
    $ echo シャベッタァアアアア | sed -e 'y/シャ/ ス/'
    

    expected result:

     スベッタァアアアア
    
  2. Log in to comment