Raymond Toy pushed to branch issue-367-count-octets-for-encoding at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/i18n/locale/cmucl.pot
    ... ... @@ -9300,6 +9300,13 @@ msgid ""
    9300 9300
     "  external format."
    
    9301 9301
     msgstr ""
    
    9302 9302
     
    
    9303
    +#: src/code/extfmts.lisp
    
    9304
    +msgid ""
    
    9305
    +"Compute the number of octets needed to convert String using the\n"
    
    9306
    +"  specified External-format.  The string is bound by Start (defaulting\n"
    
    9307
    +"  to 0) and End (defaulting to the end of the string)."
    
    9308
    +msgstr ""
    
    9309
    +
    
    9303 9310
     #: src/code/extfmts.lisp
    
    9304 9311
     msgid ""
    
    9305 9312
     "Encode the given String using External-Format and return a new\n"