File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -539,15 +539,13 @@ end
539539 encodings()
540540
541541List all encodings supported by `encode`, `decode`, `StringEncoder` and `StringDecoder`
542- (i.e. by the current iconv implementation ).
542+ (i.e. by GNU libiconv ).
543543
544544Note that encodings typically appear several times under different names.
545545In addition to the encodings returned by this function, the empty string (i.e. `""`)
546546is 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"""
552550function encodings ()
553551 filter (test_encoding, encodings_list)
You can’t perform that action at this time.
0 commit comments