ajinjude / seven_segment

0 stars 0 forks source link

Support for strings #2

Open vivekkartha opened 6 years ago

vivekkartha commented 6 years ago

Unable to encode and decode strings at the moment. Eg. SevenSegment.encode("ABC") should work

ajinjude commented 6 years ago

This causes ambiguity for several characters. So will be evaluated at a later time.

vivekkartha commented 6 years ago

If you are talking about B then it can be written as b. No need to support both the cases for all

vivekkartha commented 6 years ago

@ajinjude any updates?