added "invalid code page ~s" to set of messages considered valid

argument-type-check error messages, for Windows multibyte->string
and string->multibyte.
    primvars.ms

original commit: 725aebe160a4aa0458c4bf46ee82faa4ffcdbbb8
This commit is contained in:
dybvig 2019-09-23 00:25:09 -07:00
parent 7d145e37a8
commit 570934f327
2 changed files with 6 additions and 1 deletions

4
LOG
View File

@ -1752,3 +1752,7 @@
configure
- fixed declaration of condition wait (timeout -> maybe-timeout)
primdata.ms
- added "invalid code page ~s" to set of messages considered valid
argument-type-check error messages, for Windows multibyte->string
and string->multibyte.
primvars.ms

View File

@ -623,7 +623,8 @@
"~s is not between 2 and 36"
"invalid palette ~s"
"bit argument ~s is not 0 or 1"
"unrecognized type ~s")))
"unrecognized type ~s"
"invalid code page ~s")))
(equal? (condition-irritants c) (list bad)))
(and (or (member (condition-message c)
'("~s is not a valid index for ~s"