tedsalmon / BlueBus

A Bluetooth module for vehicles equipped with I-Bus
Other
169 stars 41 forks source link

Extended ASCII support fix #38

Closed AlexeyPribytkin closed 3 years ago

AlexeyPribytkin commented 3 years ago

Extended ASCII characters support fixed. Additional Cyrillic characters added to mapping table.

tedsalmon commented 3 years ago

@AlexeyPribytkin,

Thanks so much! I actually had the UtilsNormalizeText() function fixed in my working copy, so I committed that in 48396c9d79bce5fa62f93acaa161aeb44b728ad1

I did bring over your UTF-8 -> Extended ASCII conversion as it's prettier than my solution. Because of the conflicts this caused with the branch, I brought over your changes to transliteration in 378c05732b7047bce88e010336acdb26568cd6dd

I hope that's okay, and thanks again for your work / support!

-Ted