Edit

thodg/libiconv/djgpp/translit-check.sed

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2001-02-27 18:23:36
    Hash : 78602098
    Message : Port to DJGPP, contributed by Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>

  • djgpp/translit-check.sed
  • # Sed script for tests/translit-check editing.
    /set -e/ a\
    # For systems that distinguish between text and binary I/O\
    # the binary mode of iconv must be selected.\
    UNAME=${UNAME-`uname 2>/dev/null`}\
    case X$UNAME in\
      *-DOS) MODE='--binary' ;;\
      *)     MODE='' ;;\
    esac
    /iconv/ s/iconv/& $MODE/