@@ -603,6 +603,7 @@ class General(Builtin):
603603 "argtu" : ("`1` called with 1 argument; `2` or `3` arguments are expected." ),
604604 "base" : "Requested base `1` in `2` should be between 2 and `3`." ,
605605 "boxfmt" : "`1` is not a box formatting type." ,
606+ "charcode" : "The character encoding `1` is not supported. Use $CharacterEncodings to list supported encodings." ,
606607 "color" : "`1` is not a valid color or gray-level specification." ,
607608 "cxt" : "`1` is not a valid context name." ,
608609 "divz" : "The argument `1` should be nonzero." ,
@@ -645,18 +646,19 @@ class General(Builtin):
645646 "setp" : "Part assignment to `1` could not be made" ,
646647 "setps" : "`1` in the part assignment is not a symbol." ,
647648 "span" : "`1` is not a valid Span specification." ,
649+ "ssym" : "`1` is not a symbol or a string." ,
648650 "stream" : "`1` is not string, InputStream[], or OutputStream[]" ,
649651 "string" : "String expected." ,
650652 "sym" : "Argument `1` at position `2` is expected to be a symbol." ,
651653 "tag" : "Rule for `1` can only be attached to `2`." ,
652654 "take" : "Cannot take positions `1` through `2` in `3`." ,
655+ "ucdec" : "An invalid unicode sequence was encountered and ignored." ,
653656 "vrule" : (
654657 "Cannot set `1` to `2`, " "which is not a valid list of replacement rules."
655658 ),
656659 "write" : "Tag `1` in `2` is Protected." ,
657660 "wrsym" : "Symbol `1` is Protected." ,
658- "ucdec" : "An invalid unicode sequence was encountered and ignored." ,
659- "charcode" : "The character encoding `1` is not supported. Use $CharacterEncodings to list supported encodings." ,
661+ # TODO: someone please explain why these are different...
660662 # Self-defined messages
661663 "rep" : "`1` is not a valid replacement rule." ,
662664 "options" : "`1` is not a valid list of option rules." ,
0 commit comments