dictionary: Truncate file label in dictionary encoding, not UTF-8.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 8 Feb 2012 05:18:08 +0000 (21:18 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 8 Feb 2012 06:59:15 +0000 (22:59 -0800)
commit262e633cc1b745e82ce56d6d31c94e574ae79caa
treee5949aa186ccf6fbcf8a100dfe137f0619cb6fdd
parentbacb74cebdfe6915f503b133a89f0692d08bd464
dictionary: Truncate file label in dictionary encoding, not UTF-8.

The limiting factor is bytes in the on-disk format and so there's
no point in truncating in terms of the in-memory format.
src/data/dictionary.c