bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Case modification fails for Unicode characters


From: Dennis Williamson
Subject: Case modification fails for Unicode characters
Date: Thu, 12 Jul 2012 13:19:05 -0500

s=łódź; echo "${s^^} ${s~~}"'
łóDź ŁÓDŹ

The to-upper and the undocumented toggle operators should produce
identical output in this situation, but only the toggle works
correctly.

This is in en_US.UTF-8, but also reported in pl_PL.utf-8. In Bash
4.2.24 and Bash 4.0.33.

-- 
Visit serverfault.com to get your system administration questions answered.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]