Closed byohano closed 4 years ago
This seems to be a problem with a library I am using. I forwarded the bug: https://github.com/kevinludwig/pgn-parser/issues/12
Turns out it was a mistake on my part. Should be fixed now. Thanks for letting me know. Let me know if you find any more bugs.
Sure, I'll keep on the lookout. Thank you very much! : D
Hello! I've been using Listudy for a while now, but I've been encountering a problem. I've been making studies with comments in my native language (French), but the accented characters don't show up (such as à, é, è, or î). Below is a short PGN example to reproduce the issue
[Event ""] [Site ""] [Date "????.??.??"] [Round ""] [White ""] [Black ""] [Result "*"]
1.e4 e5 2.f4 {A à E é I î O ô U ù Y} *
On Listudy.org, the comment is displayed as "A E I O U Y", ignoring all accented characters. This creates typos in the comments, so reading through the comments becomes harder. Accented characters display fine on the study title or the study description, so it seems the issue is related to the embedded PGN viewer. Could it be possible to fix this?