Disclaimer: I\'m brand new to Elm
I\'m fiddling around with the online Elm editor and I\'ve run into an issue. I can\'t find a way to get certain special charac
I found, that there is a better solution: you can convert special characters from Unicode to char, and then create a string from char:
resString = String.fromChar (Char.fromCode 187)