Skip to content

Unicode support in release mode #40

Open
@kac-

Description

@kac-

In minimal example
When I change proc to include polish ł instead of l:

proc echoAndModify(value: string): string =
  result = "'" & value & "' modified by minimał"

In dev mode (browser) it works fine but in release mode (standalone) alert box shows:
screenshot

Backend replies with content-type: application/json, maybe explicit charset would fix it: content-type: application/json; charset=utf-8.

ubuntu, libwebkit2gtk-4.0.so.37

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions