Document the problem with the swash_fetch() API that affects
[p5sagit/p5-mst-13.2.git] / lib / utf8_heavy.pl
index bbc082b..fe286d9 100644 (file)
@@ -159,6 +159,7 @@ sub SWASHNEW {
 # NOTE: utf8.c:swash_init() assumes entries are never modified once generated.
 
 sub SWASHGET {
+    # See utf8.c:Perl_swash_fetch for problems with this interface.
     my ($self, $start, $len) = @_;
     local $^D = 0 if $^D;
     my $type = $self->{TYPE};