File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -539,15 +539,13 @@ end
539
539
encodings()
540
540
541
541
List all encodings supported by `encode`, `decode`, `StringEncoder` and `StringDecoder`
542
- (i.e. by the current iconv implementation ).
542
+ (i.e. by GNU libiconv ).
543
543
544
544
Note that encodings typically appear several times under different names.
545
545
In addition to the encodings returned by this function, the empty string (i.e. `""`)
546
546
is equivalent to the encoding of the current locale.
547
547
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.
551
549
"""
552
550
function encodings ()
553
551
filter (test_encoding, encodings_list)
You can’t perform that action at this time.
0 commit comments