Quantcast
Channel: Active questions tagged utf-8 - Stack Overflow
Viewing all articles
Browse latest Browse all 1135

Nodejs convert string into UTF-8

$
0
0

From my DB im getting the following string:

Johan Öbert

What it should say is:

Johan Öbert

I've tried to convert it into utf-8 like so:

nameString.toString("utf8");

But still same problem.

Any ideas?


Viewing all articles
Browse latest Browse all 1135

Trending Articles