Raymond Toy pushed to branch master 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.
- - - - -
1 changed file:
- src/code/unicode.lisp
Changes:
===================================== src/code/unicode.lisp ===================================== @@ -177,7 +177,7 @@ ;; incorrect; instead, what we need is a new rule: ;; ;; *Break after paragraph separators.* -;; WB3a. Sep � +;; WB3a. Sep ;; I'll make a propose to the UTC for this. ;; ;; Here is Will's translation of those rules (including WB3a)
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a2fa2dae5851e0687f525fe7...