This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/12031] New: iconv -t ascii//translit with Greek characters


I don't know, if the example below is a bug or a feature request:


TITLE=`printf "?Χρώματα?" | sed -e "s/_/ /g;s/'/ /g;s/\+/ /g;s/.*/\U&/"`

printf "$TITLE\n"
?ΧΡΏΜΑΤΑ?

TITLE2=$(printf "$TITLE\n" | iconv -t ascii//translit)

printf "$TITLE2\n"
,,???????"

-- 
           Summary: iconv -t ascii//translit with Greek characters
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: suse-linux at ml082 dot pinguin dot uni dot cc
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=12031

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]