Skip to content

Commit d74c52e

Browse files
authored
Update docstrings
1 parent a250678 commit d74c52e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/StringEncodings.jl

+2-4
Original file line numberDiff line numberDiff line change
@@ -539,15 +539,13 @@ end
539539
encodings()
540540
541541
List all encodings supported by `encode`, `decode`, `StringEncoder` and `StringDecoder`
542-
(i.e. by the current iconv implementation).
542+
(i.e. by GNU libiconv).
543543
544544
Note that encodings typically appear several times under different names.
545545
In addition to the encodings returned by this function, the empty string (i.e. `""`)
546546
is equivalent to the encoding of the current locale.
547547
548-
Some implementations may support even more encodings: this can be checked by attempting
549-
a conversion. In theory, it is not guaranteed that all conversions between all pairs of encodings
550-
are possible; but this is the case with all reasonable implementations.
548+
Even more encodings may be supported: this can be checked by attempting a conversion.
551549
"""
552550
function encodings()
553551
filter(test_encoding, encodings_list)

0 commit comments

Comments
 (0)