Changed converters from unicode non-breaking tsheg to unicode non-breaking wylie space.

This commit is contained in:
amontano 2009-02-20 23:11:17 +00:00
parent ffb32b3207
commit 835e74c0cd
7 changed files with 56 additions and 23 deletions

View file

@ -90,7 +90,7 @@ public class Trie
{
/** Size of the m_nextChar array. */
public static final int ALPHA_SIZE = 128;
public static final int ALPHA_SIZE = 161;
/** The root node of the tree. */
Node m_Root;