My company just got acquired by a European company, and they represent fractions as
"7 ¼"
in their API response instead of the usual
"7 1/4"
How do I create the first format in strings? I copied the fraction from their API response but I need to map things like 7 3/4
into this weird format as well.