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/d039afbc665554c4034f0c…
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/d039afbc665554c4034f0c…
You're receiving this email because of your account on gitlab.common-lisp.net.
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/a2fa2dae5851e0687f525fe…
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/a2fa2dae5851e0687f525fe…
You're receiving this email because of your account on gitlab.common-lisp.net.