bra1n / judgebot

Discord Bot for Magic: The Gathering / Judge related content
https://discord.com/api/oauth2/authorize?client_id=240537940378386442&permissions=274878187520&scope=applications.commands%20bot
GNU General Public License v3.0
34 stars 18 forks source link

Change CR character encoding #182

Closed lunakv closed 1 year ago

lunakv commented 1 year ago

Related to #181.

Updates the iconv command to decode the CR text using UTF-16, which is how the latest version (BRO) is encoded.

As an alternative to this PR, you can set the bot to run with CR_ADDRESS=https://api.academyruins.com/file/cr/BRO, which will fetch a utf-8 version of the CR. Both methods were tested locally to be working, but both are temporary by nature. See #181 on discussions of a more permanent solution.

multimeric commented 1 year ago

Please make PRs against the dev branch in the future.

lunakv commented 1 year ago

Has this update been reflected in production yet? It seems the CR search still isn't working.