lib/strings: replace poop emoji (#206999)

This commit is contained in:
Naïm Favier 2022-12-20 13:48:09 +01:00 committed by GitHub
parent 47d01b89e2
commit 8b5deda7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,7 +281,7 @@ rec {
=> [ ]
stringToCharacters "abc"
=> [ "a" "b" "c" ]
stringToCharacters "💩"
stringToCharacters "🦄"
=> [ "<EFBFBD>" "<EFBFBD>" "<EFBFBD>" "<EFBFBD>" ]
*/
stringToCharacters = s: