Flameborn / Kiramoji

Kiramoji is a modified version of the popular anonymous message board: Kareha.
25 stars 3 forks source link

Some fields (titles, names, headers) don't encode properly, easy fix #6

Closed gyudon-addict closed 8 months ago

gyudon-addict commented 8 months ago

I faced this problem setting up my own board, you just need to add use utf8::all; to config.pl. Should be there by default.

Flameborn commented 8 months ago

Good catch, thank you!

We used to have similar issues for posts and names, I am guessing that what I ended up doing was a partial fix only.

I'll add it to both message and image modes.