elixir-nodejs icon indicating copy to clipboard operation
elixir-nodejs copied to clipboard

fix nodejs returning utf-8 chars

Open 29decibel opened this issue 1 year ago • 0 comments

Problem:

When NodeJS returning strings contains UTF-8 chars, it would be convereted to binary instead of string.

Attempt fix

Using IO.iodata_to_binary() mentioned in stackoverflow question

29decibel avatar Jan 17 '23 00:01 29decibel