Skip to content

Commit 13e0fc4

Browse files
author
Jan-Olof Hendig
committed
Link to utf8-c8
1 parent 1bbf3a8 commit 13e0fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Blob.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Applies an encoding to turn the blob into a L<Str|/type/Str>.
6969
say $blob.decode('utf-8'); # OUTPUT: «string␤»
7070
7171
On malformed utf-8 C<.decode> will throw X::AdHoc. To handle sloppy utf-8 use
72-
C<utf8-c8>.
72+
L«C<utf8-c8>|/language/unicode#UTF8-C8».
7373
7474
=head2 method subbuf
7575

0 commit comments

Comments
 (0)