* lib/unictype/pr_byname.gperf: Add gperf option '%pic'.
+2011-02-19 Bruno Haible <bruno@clisp.org>
+
+ unictype/property-byname: Reduce the size of the 'data' segment.
+ * lib/unictype/pr_byname.gperf: Add gperf option '%pic'.
+
2011-02-19 Bruno Haible <bruno@clisp.org>
unictype/scripts: Reduce the size of the 'data' segment.
-struct named_property { const char *name; uc_property_t property; };
+struct named_property { int name; uc_property_t property; };
%struct-type
%language=ANSI-C
%define hash-function-name properties_hash
%readonly-tables
%global-table
%define word-array-name properties
+%pic
+%define string-pool-name properties_stringpool
%%
white_space, { &uc_is_property_white_space }
alphabetic, { &uc_is_property_alphabetic }