Redwall: Warlords

Discussion => Help / Bugs => Bugs => Topic started by: Raggon on August 21, 2013, 01:18:49 PM

Title: Clan News/Rules
Post by: Raggon on August 21, 2013, 01:18:49 PM
I'm sure that this has been posted before, but I don't think it would be too hard to fix.  If you use an apostrophe in either the clan news or clan rules (anything else?) it adds a backslash in front of the apostrophe. Is this a bug, or am I just being silly?
Title: Re: Clan News/Rules
Post by: Shadow on August 21, 2013, 01:23:46 PM
It's about how computers handle special characters. When you use apostrophes they usually have special meaning in code, and so when you want them to be a normal character you put a backslah in front of them so the computer knows the difference (this is called "escaping a character").

Of course, the machine is not supposed to print them, so it seems that the code is escaping characters that don't need it, or possibly doing it too many times. I'll poke it at some point.