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)
commitce022f03b5e5e31169ecd46859eb72013fad1cec
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parentb8d826925996841711d361b390317db8c3ae79db
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.