toUpper bug
Martin Norbäck <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
The Haskell 98 Library Report says: Function toUpper converts a letter to the corresponding upper-case letter, leaving any other character unchanged. However, there are two lower case letters that doesn't have the corresponding upper case letter in hugs (since it's only iso-8859-1 yet). In hugs: toUpper 'ÿ' = 'ß' toUpper 'ß' = '¿' but they should be unchanged (they have no corresponding upper-case letter). Regards, Martin -- Martin Norbäck Safelogic AB [email protected] Stena Center 1C +46 (0)31 772 81 70 S-412 92 GÖTEBORG http://www.safelogic.se SWEDEN
signature.asc
(application/pgp-signature, 240 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: För information se http://www.gnupg.org/ iD8DBQA9gJcf3YauxIdkXLgRApP1AJ9WiRPc6R5noeUMUqqvHp+uIlzCVgCfa3wu tFtyKvgXjr09BTmlMJWqsVU= =8HD8 -----END PGP SIGNATURE-----