sed and encodings

Russ Allbery rra at stanford.edu
Mon Jan 19 21:02:24 UTC 2009


Julien ÉLIE <julien at trigofacile.com> writes:

> That's weird.
> Does somebody know how to prevent sed from behaving like that?

LC_ALL=C sed ... will presumably turn off anything locale-related in sed.
We may want to just do:

    LC_ALL=C; export LC_ALL

at the top of relevant scripts so that we don't have to worry about
weirdness like this.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>

    Please send questions to the list rather than mailing me directly.
     <http://www.eyrie.org/~eagle/faqs/questions.html> explains why.



More information about the inn-workers mailing list