Bug#314717: [locales] Maintainer scripts may misbehave under et_EE locale

2005-07-22 Thread GOTO Masanori
At Sat, 18 Jun 2005 00:52:13 +0200, Denis Barbier wrote: > This patch prepends LC_ALL=C to locale-dependent commands. > With et_EE locale, z is sorted after s, so it is not the last letter: > $ echo pqrstuvwxyz | LC_ALL=C sed -e 's/[a-z]//g' > > $ echo pqrstuvwxyz | LC_ALL=et_EE sed -e 's/[a-z

Bug#314717: [locales] Maintainer scripts may misbehave under et_EE locale

2005-06-17 Thread Denis Barbier
Package: locales Version: 2.3.2.ds1-21 Severity: normal Tags: patch This patch prepends LC_ALL=C to locale-dependent commands. With et_EE locale, z is sorted after s, so it is not the last letter: $ echo pqrstuvwxyz | LC_ALL=C sed -e 's/[a-z]//g' $ echo pqrstuvwxyz | LC_ALL=et_EE sed -e 's/[a