Raymond Toy pushed to branch issue-234-make-ascii-format-builtin at cmucl / cmucl
Commits: a2fa2dae by Raymond Toy at 2023-06-02T15:22:40-07:00 Remove unicode replacement character
There's a Unicode replacement character (U+FFFD) in src/code/unicode.lisp. I tried to see if I can figure out what character was actually here, but I couldn't find the original. There's no point in having it here since it provides no information other than at some point it got replaced. Might as well remove it.
- - - - - 1b030d61 by Raymond Toy at 2023-06-02T17:01:59-07:00 Merge branch 'master' into issue-234-make-ascii-format-builtin
- - - - -
0 changed files:
Changes:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/d039afbc665554c4034f0c0...