Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
4238c627
by Raymond Toy at 2024-06-06T07:57:29-07:00
1 changed file:
Changes:
... | ... | @@ -5563,12 +5563,6 @@ msgid "" |
5563 | 5563 | " argument is a lower-case character, NIL otherwise."
|
5564 | 5564 | msgstr ""
|
5565 | 5565 | |
5566 | -#: src/code/char.lisp
|
|
5567 | -msgid ""
|
|
5568 | -"The argument must be a character object; title-case-p returns T if the\n"
|
|
5569 | -" argument is a title-case character, NIL otherwise."
|
|
5570 | -msgstr ""
|
|
5571 | - |
|
5572 | 5566 | #: src/code/char.lisp
|
5573 | 5567 | msgid ""
|
5574 | 5568 | "The argument must be a character object. Both-case-p returns T if the\n"
|
... | ... | @@ -5657,10 +5651,6 @@ msgstr "" |
5657 | 5651 | msgid "Returns CHAR converted to upper-case if that is possible."
|
5658 | 5652 | msgstr ""
|
5659 | 5653 | |
5660 | -#: src/code/char.lisp
|
|
5661 | -msgid "Returns CHAR converted to title-case if that is possible."
|
|
5662 | -msgstr ""
|
|
5663 | - |
|
5664 | 5654 | #: src/code/char.lisp
|
5665 | 5655 | msgid "Returns CHAR converted to lower-case if that is possible."
|
5666 | 5656 | msgstr ""
|
... | ... | @@ -15344,6 +15334,16 @@ msgid "" |
15344 | 15334 | " the index."
|
15345 | 15335 | msgstr ""
|
15346 | 15336 | |
15337 | +#: src/code/unicode.lisp
|
|
15338 | +msgid "Returns CHAR converted to title-case if that is possible."
|
|
15339 | +msgstr ""
|
|
15340 | + |
|
15341 | +#: src/code/unicode.lisp
|
|
15342 | +msgid ""
|
|
15343 | +"The argument must be a character object; title-case-p returns T if the\n"
|
|
15344 | +" argument is a title-case character, NIL otherwise."
|
|
15345 | +msgstr ""
|
|
15346 | + |
|
15347 | 15347 | #: src/code/unicode.lisp
|
15348 | 15348 | msgid ""
|
15349 | 15349 | "Capitalize String using the Unicode word-break algorithm to find\n"
|