downforacross / downforacross.com

Web frontend for downforacross.com -- continuation of stevenhao/crosswordsio
https://downforacrosscom.downforacross1.now.sh
MIT License
220 stars 92 forks source link

Fix Encoding Issues in Clue Display #279

Closed sweep-ai[bot] closed 11 months ago

sweep-ai[bot] commented 12 months ago

This PR addresses issue #278, which involves detecting and correctly rendering "weird" encodings in clues.

Changes include:

This should improve the user experience by ensuring that all clues are displayed in a readable format, regardless of their original encoding.

Fixes #278.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/fix-clue-encoding-issues
vercel[bot] commented 12 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
downforacross.com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 7, 2023 5:20pm
stevenhao commented 12 months ago

it doesn't work yet, but you found the right function to edit!

tested by visiting autodeploy on a known puzzle w/ weird characters: https://downforacross-im9ize7ba-downforacross1.vercel.app/beta/game/3546695-ust

currently some clues render as Très instead of Très or vis-à -vis instead of vis-à-vis. Can you fix it?