Added support for searching for Unicode characters that are not defined as letters by default (such as currency symbols)
By default, all Unicode characters that are defined as letters in the Unicode specification are searchable. To make other characters such as Unicode currency characters searchable, you can add a line to the end of the alphabet file listing the Unicode characters to make searchable. Example:
AdditionalLetters = 00a2 00a3 00a4 00a5 20a0 20a1 20a2 20a3 20a4 20a5 20a6 20a7 20a8 20a9 20aa 20ab 20ac
This example makes all of the Unicode currency characters such as the Euro, Pound, and Lira searchable characters.