OSDN Git Service

Fixed a bug in XML parser handler where some words were being split in two. Fixes...
authorAmith Yamasani <yamasani@google.com>
Fri, 24 Apr 2009 22:14:02 +0000 (15:14 -0700)
committerAmith Yamasani <yamasani@google.com>
Fri, 24 Apr 2009 22:51:15 +0000 (15:51 -0700)
commit83a7a79e8f1c2ec49f7ff766c5222cf32dce9b4f
tree9b6052b1eb3d6267a50f64e7d3e29d53718bdfed
parent363c4e27311b5e509ef1a657054d5c3d7d38524b
Fixed a bug in XML parser handler where some words were being split in two. Fixes #1812655.

Properly concatenate characters to create a full word before adding the word to the tree.