How to get UTF-8 in Node.js?

后端 未结 3 1573
感情败类
感情败类 2020-12-14 02:01

How do I get UTF-8 support on my API? At the moment, a string outputs like this:

name: \"John D�m\"

Instead of:

name: \"Joh         


        
3条回答
提交回复
热议问题