From: Karl Williamson Date: Mon, 6 Jan 2014 20:38:58 +0000 (-0700) Subject: utf8.c: Add comment X-Git-Tag: upstream/5.20.0~820 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aabbdbda525e9fbc8d373d952c5c6413cbf99082;p=platform%2Fupstream%2Fperl.git utf8.c: Add comment --- diff --git a/utf8.c b/utf8.c index b4a688a..161fb21 100644 --- a/utf8.c +++ b/utf8.c @@ -2518,7 +2518,9 @@ Perl__core_swash_init(pTHX_ const char* pkg, const char* name, SV *listsv, I32 m * Thus there are three possible inputs to find the swash: , * , and . At least one must be specified. The result * will be the union of the specified ones, although 's various - * actions can intersect, etc. what gives. + * actions can intersect, etc. what gives. To avoid going out to + * disk at all, should specify completely what the swash should + * have, and should be &PL_sv_undef and should be "". * * is only valid for binary properties */