guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [PATCH 1/3] Make string-length documentation more correct


From: Maxime Devos
Subject: RE: [PATCH 1/3] Make string-length documentation more correct
Date: Tue, 25 Jun 2024 13:27:03 +0200

>-Returns the number of characters in the given @var{string}.

+Returns the number of bytes in the given @var{string}.

This is false. For example, (string-length "😀") is 1, whereas in all encodings I know of it is more than one byte. Also, R5RS says:

 

>procedure: string-length string

>Returns the number of characters in the given string.

 

, not “return the number of bytes”. Without mentioning the encoding, the “number of bytes” would be ill-defined anyways.

 

Best regards,
Maxime Devos.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]