Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
Tim Bunce [Sun, 14 Apr 2002 12:07:35 +0000 (13:07 +0100)]
Message-ID: <20020414120735.U81028@dansat.data-plan.com>

p4raw-id: //depot/perl@15907

ext/Storable/Storable.xs

index 5e596b6..6098d70 100644 (file)
@@ -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