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

200alpha14



The exp-tagged code in CVS for MzScheme and MrEd is now version
200alpha14.

This version reverses the locale-sensitivity of `string<?', etc., which
started with 200alpha13. In fact, `string<?', etc., and symbol
case-conversions are now completely platform- and locale-indepedent
(which was never quite true before, even before 200alpha13).

The `current-locale' parameter still controls string and character
output from `write', and it also controls the following new functions:

 char-locale<?
 char-locale>?
 char-locale-ci=?
 char-locale-ci<?
 char-locale-ci>?

 string-locale<?
 string-locale>?
 string-locale-ci=?
 string-locale-ci<?
 string-locale-ci>?

 char-locale-whitespace?
 char-locale-alphabetic?
 char-locale-numeric?
 char-locale-upper-case?
 char-locale-lower-case?

 char-locale-upcase
 char-locale-downcase

Matthew