I'm trying to make a graphical representation of an Emily Dickinson poem, which is full of dashes in its lines. I open a text file with the poem and read from it, copying the lines into sf::text objects, but when displayed the dashes just appear as empty boxes. Any suggestions?