We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b2e1b commit 9a15304Copy full SHA for 9a15304
doc/Type/Encoding.pod6
@@ -10,7 +10,7 @@ The C<Encoding> role is implemented by objects that provide a character
10
encoding, such as ASCII or UTF-8. Besides being implemented by the built-in
11
character encodings, it may also be implemented by users to provide new
12
encodings. Instances of objects doing this role are typically obtained using
13
-C<Encoding::Registry>.
+C<Encoding::Registry>. For a list of supported encodings, see L<IO::Handle|/type/IO::Handle#method_encoding>
14
15
=head1 Methods
16
0 commit comments