Apostrophes

This is just a little thing, but it would be nice if we could use apostrophes in descriptions of techs or improvement names etc. I keep having to write really odd sounding sentences to avoid using them...
If there's a good reason why we can't have them (like a code thing) please tell me.

Edit: The answer, in case anyone cares, is to use the apostrophe symbol (in MicrosoftWord) instead of the apostrophe key on the keyboard.
5,569 views 6 replies
Reply #1 Top
Yeah, it's a code thing most likely. Haven't tried myself, but you should be able to make it work by escaping them. Simply put \' anywhere you'd use '.
Reply #2 Top
i don't actually know how to code in xml exactly but i am betting that the interpreter sees that as a line terminator or switch of some sort. ever noticed in source code how sometimes you see stuff like this?

/blah, blah, blah, whatever, just english sentences an whatnot

or simular with just a different character up front. that is just a comment. the interpreter or compiler know to ignore anything after that '/'. it allows you to incorperate documentation directly into the source code, quite handy if you belive in documentation . other characters will tell the interpreter that the following are not programming code but special instruction to the interpreter/compiler. the bottom line is that depending on the language or compiler there are certain control characters that you can't normally use because they mean something specifice to the compiler. you apostrophe most likely is one for xml.
Reply #3 Top
Great I'll try that. If it works I'll post again.

Edit: Well, it didn't work in the word "doesn\'t". Is that how you meant it should be? Should I put the \ at the beginning of the whole sentence?
Reply #4 Top
see if you can find a website dealing with xml. maybe you can find the answer there. it is most likely an xml issue rather than a GC3 one.
Reply #5 Top

Try this:



Just guessing. That is how you make a field in XML support funky characters. Not sure how that would be in the game though.

Reply #6 Top
Unfortunately it doesn't seem to work. I still get all the odd symbols round the < and the '. Speech marks also don't work. The [ and ] symbols do though. Has anyone else tested this?
It's not a major problem, but it's making me curious now.

Edit: I have the answer! In the official tech trees, it's simply an apostrophe symbol used instead of the apostrophe key. Easy...