From a137b8e55003972a0592a0447c134e64d67d3423 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 30 Jul 2012 16:17:59 -0700 Subject: Storable.xs: Add comments to store_scalar concerning utf8 --- dist/Storable/Storable.xs | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/Storable') diff --git a/dist/Storable/Storable.xs b/dist/Storable/Storable.xs index 3975ac9cc1..65428ad772 100644 --- a/dist/Storable/Storable.xs +++ b/dist/Storable/Storable.xs @@ -1938,6 +1938,7 @@ static int store_ref(pTHX_ stcxt_t *cxt, SV *sv) * Store a scalar. * * Layout is SX_LSCALAR , SX_SCALAR or SX_UNDEF. + * SX_LUTF8STR and SX_UTF8STR are used for UTF-8 strings. * The section is omitted if is 0. * * If integer or double, the layout is SX_INTEGER or SX_DOUBLE . -- cgit v1.2.1