
https://bugzilla.novell.com/show_bug.cgi?id=830496 https://bugzilla.novell.com/show_bug.cgi?id=830496#c2 Bernhard Voelker <mail@bernhard-voelker.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |WONTFIX --- Comment #2 from Bernhard Voelker <mail@bernhard-voelker.de> 2013-12-02 08:36:12 UTC --- tr(1) doesn't have multi-byte support - neither upstream in GNU coreutils not with openSUSE's i18n-patch. This is a unsatisfactory situation - and even more since POSIX [1] requires it. However, there are subtle tendencies in upstream discussions to address i18n after the almost-ready version 8.22. Meanwhile, the workaround via GNU 'sed' can be used: $ sed 's/[[=e=]]//g' <<<"1e2é3a" 123a [1] http://pubs.opengroup.org/onlinepubs/9699919799/utilities/tr.html -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.