bigpete.net
Wordle - Printable Version

+- bigpete.net (https://test.bigpete.net)
+-- Forum: Media (https://test.bigpete.net/forumdisplay.php?fid=8)
+--- Forum: Games (https://test.bigpete.net/forumdisplay.php?fid=11)
+--- Thread: Wordle (/showthread.php?tid=29)



Wordle - BigPete - 02-15-2026

Wordle 1702 4/6

⬛⬛⬛
⬛⬛
⬛⬛


Wordle - BigPete - 02-15-2026

[SPOILER="Test spoiler "]

Code:
Wordle 1702 4/6 ⬛⬛⬛ ⬛⬛ ⬛⬛
[/SPOILER]


Wordle - BigPete - 02-15-2026

Wordle doesn’t work either. Will investigate later. Not that this is super important but it might affect other things


Wordle - BigPete - 02-16-2026

BigPete, post: 2269760, member: 4840 Wrote:Wordle doesn’t work either. Will investigate later. Not that this is super important but it might affect other things
Okay,

After some research i found the issue: The database is configured as utfmb3. The emoji that wordle is using to display the grid are only available in utfmb4. So it's fixable, but a bit of a process. Would be a good learning experience though so maybe I'll do it. Putting it on the todo list anyway.


Wordle - BigPete - 02-16-2026

ew quoted text formatting is broken in the dark theme. One more thing to fix.


Wordle - BigPete - 02-16-2026

BigPete, post: 2269764, member: 4840 Wrote:ew quoted text formatting is broken in the dark theme. One more thing to fix.
fixed that.


Wordle - BigPete - 02-16-2026

BigPete, post: 2269763, member: 4840 Wrote:Okay,

After some research i found the issue: The database is configured as utfmb3. The emoji that wordle is using to display the grid are only available in utfmb4. So it's fixable, but a bit of a process. Would be a good learning experience though so maybe I'll do it. Putting it on the todo list anyway.

I think if I decide to tackle this, i'll copy the forum down to my local machine and work on it from there. That way if anything breaks it won't cause us problems.


Wordle - Jim Rockford - 02-16-2026

You could do what I did with my music server - I have my dev env on the same box its served from. Production is where the best testing happens