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
maybe explicit charset would fix it: content-type: application/json; charset=utf-8.
I guess charset=utf-8 doesn't fix the issue, right?
Not sure if sending html entities like ä would fix the issue.
Currently, I'm not really working much on nimview. I found tuari and it seems to be more mature. I'm mostly waiting for them to have some nim FFI.
But I would merge a PR (and maybe perform a simple code change), if you found some solution for this.
In minimal example
When I change
proc
to include polishł
instead ofl
:In
dev
mode (browser) it works fine but inrelease
mode (standalone) alert box shows:Backend
replies withcontent-type: application/json
, maybe explicit charset would fix it:content-type: application/json; charset=utf-8
.The text was updated successfully, but these errors were encountered: