From aabbdbda525e9fbc8d373d952c5c6413cbf99082 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 6 Jan 2014 13:38:58 -0700 Subject: [PATCH] utf8.c: Add comment --- utf8.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ -- 2.7.4