Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I set the text into an array then set the text from array, the apostrophe display with space.
Example text : Hello It's me
show : Hello It s me
but when I set text normally I don't have a problem.
Example text : Hello It's me show : Hello It s me
really weird...
works ok to me...post capx
goo.gl/Wt0TMz
capx
The ’ character isn't mapped. It's this character that is used in your json to represent an apostrophe. You can either add a representation for it, replace the ' in the mapping by ’ or replace all ’ occurences in your json with '.
Develop games in your browser. Powerful, performant & highly capable.
Thank you. Now I found different between ’ and '.