How can i display non-english languages in programs?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
How can i display non-english languages in programs?
So i am a beginner and trying to write a program in greek.Greek are not displayed in my program.Instead i got question marks.Any help?
Re: How can i display non-english languages in programs?
May you explain better your case? I use letters like èéòçà§ùì without problem.
What OS do you use?
What OS do you use?
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: How can i display non-english languages in programs?
Hi panosdk,
Lookup unicodeText in the Dictionary. Also search these forums for unicode, questions like yours have been asked many times before.
I think one of the kickstarter stretch goals was to make this sort of thing easier.
Simon
Lookup unicodeText in the Dictionary. Also search these forums for unicode, questions like yours have been asked many times before.
I think one of the kickstarter stretch goals was to make this sort of thing easier.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: How can i display non-english languages in programs?
Ok thanks for the reply.In the form/card greek are displayed ok but not in messageboxes and such.I ll search the forum for an answer.
Re: How can i display non-english languages in programs?
Read the User Guide chapter "International Text Support" from pag. 179
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: How can i display non-english languages in programs?
I use livecode both on linux and windows.Its the same in both.Answer displays questionmarks. I ll check the guide since i am a beginner.
Re: How can i display non-english languages in programs?
Hi panosdk,
I thought it might be the Answer/Ask dialogs you were asking about. The messagebox is something else entirely.
Here:
http://forums.runrev.com/phpBB2/viewtop ... f=8&t=2077
It looks like iOS may have a bug (but the last post was in 2011 so it's probably fixed by now).
If that thread does not make sense to you, just ask and I can explain it a bit more.
Simon
EDIT: Here is the actual lesson
http://lessons.runrev.com/s/lessons/m/4 ... 41-unicode
Setting the Answer/Ask is in Step 7
I thought it might be the Answer/Ask dialogs you were asking about. The messagebox is something else entirely.
Here:
http://forums.runrev.com/phpBB2/viewtop ... f=8&t=2077
It looks like iOS may have a bug (but the last post was in 2011 so it's probably fixed by now).
If that thread does not make sense to you, just ask and I can explain it a bit more.
Simon
EDIT: Here is the actual lesson
http://lessons.runrev.com/s/lessons/m/4 ... 41-unicode
Setting the Answer/Ask is in Step 7
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: How can i display non-english languages in programs?
Ok its my bad.I have a strong visual basic background so messagebox = answer for me.I think this is what i was looking for simon.Thanks for your help.
Re: How can i display non-english languages in programs?
No problem.
Just keep asking questions as best you can. Somebody will get it.
Simon
Just keep asking questions as best you can. Somebody will get it.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!