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