mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
85ddb646af
* Explicitly set encoding to utf-8 on mobile GHC's rts tries to obtain the encoding from iconv, however this is not really available on iOS. It therefore defaults to US-ASCII, and then breaks with unicode data. We now explicitly set this to utf-8 here. * ormolu --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>