ztizzlegaming / CSGOWinBig

Open-source Counter-Strike: Global Offensive jackpot betting website.
MIT License
169 stars 104 forks source link

Issue with the star symbol #171

Open RcrossF opened 8 years ago

RcrossF commented 8 years ago

The price fetching works fine unless the item has a star in its name like "★ Karambit". If it does it fails to find the item on the market. Anyone else have this?

andrewda commented 8 years ago

http://steamcommunity.com/market/priceoverview/?appid=730&market_hash_name=%E2%98%85%20Karambit works for me. I bet your database is not set to UTF-8.

RcrossF commented 8 years ago

You were right, it was set to latin1_swedish.ci. I changed it to utf8_unicode_ci and I'm still getting the error :/

RcrossF commented 8 years ago

I should add, this works fine in my browser and the browser on the server (lynx). It's just the site that can't get it.