From: Tim Bunce <Tim.Bunce@pobox.com>
Date: Sun, 14 Apr 2002 12:07:35 +0000 (+0100)
Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c194a0a311950b0d36c17f8d8a87dc0bbf1bbab0;p=p5sagit%2Fp5-mst-13.2.git

Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
Message-ID: <20020414120735.U81028@dansat.data-plan.com>

p4raw-id: //depot/perl@15907
---

diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs
index 5e596b6..6098d70 100644
--- a/ext/Storable/Storable.xs
+++ b/ext/Storable/Storable.xs
@@ -1889,8 +1889,10 @@ sortcmp(const void *a, const void *b)
  * Values are stored as <object>.
  * Keys are stored as <length> <data>, the <data> section being omitted
  * if length is 0.
-
- * Layout is SX_HASH <size> <hash flags> followed by each key/value pair,
+ *
+ * For a "fancy" hash (restricted or utf8 keys):
+ *
+ * Layout is SX_FLAG_HASH <size> <hash flags> followed by each key/value pair,
  * in random order.
  * Values are stored as <object>.
  * Keys are stored as <flags> <length> <data>, the <data> section being omitted