nodejs - utf8

bluesk
Hello i have one question if is possible change utf8 characters to java entities so for example - "★ -this to \u156fs"

code
prices.prices.forEach(function(item) {
newprice.response.items[item.market_hash_name] = {
"value": item.price*1
}
});

that characters are in market_hash_name ;)

  • Kailash
    @bluesk That's surprising. All our responses are UTF-8, but no response should have non ASCII characters. What is market_hash_name? Where are you getting it from?
Sign In or Register to comment.