Re: Just curious: who is using Pike for what?
"Jonas Walld?n @ Pike importm?te f?r mailinglistan" <[email protected]> Wed, 14 Dec 2016 12:20:06 +0000 (UCT)
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Interestingly, "Ã" has a suggested uppercase in U+1E9E according to
Wikipedia [*]. Even more oddly, Pike fails to produce that while the
lowercase transformation works:
Pike v8.0 release 209 running Hilfe v3.5 (Incremental Pike Frontend)
> upper_case("Ã")[0];
(1) Result: 223
> lower_case("\x1e9e")[0];
(2) Result: 223
So this is at least one place where the roundtrip fails in one direction:
> lower_case(upper_case("Ã"));
(3) Result: "Ã"
> upper_case(lower_case("\x1e9e"));
(4) Result: "Ã"
[*] https://en.wikipedia.org/wiki/Capital_%E1%BA%9E