You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I touched some samples and am now building my first simple application with this library. I want to use multi-byte characters (like Japanese) for this application. However, this library uses not ByteString or Text but String.
Can I show multi-byte characters with this library??
The text was updated successfully, but these errors were encountered:
It’s been a while since I last used threepenny-gui, but Haskell’s String type has Unicode support — Char is not a single byte. Occasionally there are IO problems (particularly on Windows), but I believe setting the locale should fix those.
I touched some samples and am now building my first simple application with this library. I want to use multi-byte characters (like Japanese) for this application. However, this library uses not ByteString or Text but String.
Can I show multi-byte characters with this library??
The text was updated successfully, but these errors were encountered: