diff --git a/i18n/locale/cmucl.pot b/i18n/locale/cmucl.pot
index a6d228f31d2b5c9fd30da80aebd6f75b6382b68a..dd71d5e4484c8dbef481582f9c085fb6843e006b 100644
--- a/i18n/locale/cmucl.pot
+++ b/i18n/locale/cmucl.pot
@@ -3996,6 +3996,20 @@ msgid ""
 "  string is returned."
 msgstr ""
 
+#: src/code/string.lisp
+msgid ""
+"Convert a sequence of codepoints to a string.  Codepoints outside\n"
+"  the basic multilingual plane (BMP) are converted into the\n"
+"  corresponding surrogate pairs."
+msgstr ""
+
+#: src/code/string.lisp
+msgid ""
+"Convert a string to a list of corresponding code points.  Surrogate\n"
+"  pairs in the string are converted into the correspoinding\n"
+"  codepoint."
+msgstr ""
+
 #: src/code/mipsstrops.lisp
 msgid ""
 "Compares the substrings specified by String1 and String2 and returns\n"