Changed converters from unicode non-breaking tsheg to unicode non-breaking wylie space.
This commit is contained in:
parent
ffb32b3207
commit
835e74c0cd
7 changed files with 56 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue