According to wxWidgets doc, one needs to escape certain characters for
wx.StaticText:
& & or as &&
’ '
" "
< <
> >
Does such a feature exist (built-in) in wx, or do I have to manually implement
it?