|
| From: | John McGowan |
| Subject: | the idn programme - two bugs: -n switch, case folding |
| Date: | Mon, 25 Aug 2008 01:19:02 -0400 |
1: The "-n" switch.
echo "This.com" | idn -n
invalid option -- n
echo "This.com" | idn --nfkc
This.com
2: Case folding
echo "This.com" | idn --nfkc
This.com
echo "This.com" | idn -s
this.com
but
echo "This.com" | idn -a
This.com
Shouldn't the last be lower-cased?
| [Prev in Thread] | Current Thread | [Next in Thread] |