While adding strings , for some special charcters like °F , when we give this special character , it should be appended with °F in file to work and screen displays on °F .
Is this editor encoding issue ? will different encoding introduces any extra character in string ?
It’s hard to know what you are talking about. What is HMI? Is GF the Graphics Foundation?
Adding strings to what? What special character are you talking about. It looks like a degree sign followed by an F. The A with accent is also a special character. What file are you talking about, and what does work mean in this context. I’d be happy to try to help if you say something coherent.
Thanks, much easier to understand now. Any reason that you are trying to build an application directly on top of GF? Most users use something else, eg. Photon/Qt/OpenGL.
What exactly is the code that is trying to display the string? Also, what exactly is the encoding of the degree symbol? Is it Unicode, or UT8? What editor did you use to build the string.
I think you are on the right track as to it being an encoding issue.