Dear all, I have written the following program:
import Graphics.UI.WX main = start $ do f <- frame [text := "Traqer"] p <- panel f [] t <- textCtrl p [text := "\x3008\x3009", clientSize := sz 300 300] set f [layout := container p $ fill $ widget t, clientSize := sz 400 400] return() However a box appears instead of the unicode characters '\x3008' and '\x3009'. Does wxhaskell not support these unicode characters? ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ wxhaskell-users mailing list wxhaskell-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-users