AndInTheClouds / chordreader2

Search for, display, transpose and save chords on your phone, that you get from the interwebs. :notes:
GNU General Public License v3.0
29 stars 6 forks source link

Doesn't recognize unicode sharp and flat characters #31

Closed Mrifk closed 1 month ago

Mrifk commented 1 year ago

If I feed this program the following chord symbols: B♭ C♯ Bb C# and then tell it to transpose a half-step up, I get: C♭ Db♯ B D Ideally it'd treat ♭ and ♯ the same as b and #. (If you want to get really fancy with it, detect whether a file is using the ASCII or Unicode versions and use those in the output too... but I'd settle for everything being ASCII as long as it picks up on the Unicode symbols.)

This isn't a huge issue since I can just find and replace in any files I have that are formatted like this, but it also seems like an easy fix.

tutiluren commented 7 months ago

Not huge, but sounds easy enough to address. Do you have a URL to try with?

AndInTheClouds commented 1 month ago

Solved