Open vivekkartha opened 6 years ago
Unable to encode and decode strings at the moment. Eg. SevenSegment.encode("ABC") should work
SevenSegment.encode("ABC")
This causes ambiguity for several characters. So will be evaluated at a later time.
If you are talking about B then it can be written as b. No need to support both the cases for all
@ajinjude any updates?
Unable to encode and decode strings at the moment. Eg.
SevenSegment.encode("ABC")
should work