punctuation interspersed with GB2312 data confuses wohenchan
Status: Pre-Alpha
Brought to you by:
wtanaka
especially for the GB2312.
If there is interpuntion among the input characters, wohenchan can't return correct character entries.
"俱乐部! 参观" and "俱乐部 参观" will return different results, because of the "!".
How should wohenchan handle the interpunctions?
"Interpunction" is not a commonly used word
Cleaning the input up is going to be dependent on input encoding. Additionally, it is a function of user interface. Therefore, it should not happen inside ConverterTableInterface.
Perhaps there should be an InputCleaner class heirarchy with subclasses for each of the subclasses of EncodingInfoInterface