[i18n] .po files and CRLF line endings

Leena Heino Leena.Heino at uta.fi
Mon Jan 20 18:22:50 PST 2003


On Mon, 20 Jan 2003, Ivan Noris wrote:

> vim filename.po
> :set ff=unix
> (will replace crlf -> lf)
> :wq
or with perl:
find horde -name '*.po' | xargs perl -pi -e "s/\r//g"

But I would hate to do this every time some .po has been updated.

-- 
  -- Leena Heino (liinu at uta.fi)


More information about the i18n mailing list