Hi experts, I have a rather subtle question about using Unicode Characters in my title. I wish to use the plus-minus sign, which is \u00B1. It prints out alright in the terminal, yet when I try to put it on my histogram title using SetTitle(), a weird looking

was produced instead. The title was originally created as a string, and it had to be converted into a char using the c_str() method when fed into SetTitle(). Any idea how to remove this A hat? Thanks in advance.
