Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.0.0
-
None
-
None
Description
I am not able to define any word with a "." in the word in the custom BSV file.
For e.g. if I want to define a custom word - "M.C.V" in the custombsv file, this word is not being picked up. I did some debugging in the code and found that while creating a new CuiTerm, the word is being split if there is a "." in the function getTokens. I don't think this is correct.
It would be great if someone could help with this.