LackeyCCG

LackeyCCG Forum => Plugins & Plugin Creation Forum => Topic started by: RayOfSpeed on August 15, 2013, 04:26:28 AM

Title: Card text fails to display quotation marks
Post by: RayOfSpeed on August 15, 2013, 04:26:28 AM
Hi; I'm having an issue where if card text uses "quotation marks", those marks will fail to appear in game. Suggestions for what to replace them with? It's fairly important when dealing with cards that reference specific other cards, or grant X for a set period of time.
Title: Re: Card text fails to display quotation marks
Post by: 3XXXDDD on August 15, 2013, 04:52:55 AM
{}
[]
()
| |
<>

Any of these?
Title: Re: Card text fails to display quotation marks
Post by: RayOfSpeed on August 15, 2013, 07:49:34 AM
I might give |these| a try, although it's problematic as not being automatically parsed by most English readers as a quotation marks stand-in. Can't use <Animorphs text> cause that's for Clans, [this] is for skills, and soforth. Oh Vanguard. :v
Title: Re: Card text fails to display quotation marks
Post by: ani-mayhem on August 15, 2013, 01:22:26 PM
I have no problem with single or double quotes in the plugin I did for Ani-Mayhem.
Title: Re: Card text fails to display quotation marks
Post by: RayOfSpeed on August 15, 2013, 01:25:17 PM
Really? That's just weird. How'd you make the setinfo files? I use openoffice calc and then use a rather goofy C&P to notepad method (long story).
Title: Re: Card text fails to display quotation marks
Post by: ani-mayhem on August 15, 2013, 02:06:39 PM
I used an XSL file to convert the XML source to the tabbed format used by lackey
Title: Re: Card text fails to display quotation marks
Post by: Trevor on August 15, 2013, 10:31:09 PM
Replace ? and ? with ".
Replace ? and ? with '.
Replace ? with -.

Those are the ascii safe versions of those symbols.