Turkish Character Problem

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
ckaraca
Posts: 17
Joined: Mon Jan 30, 2012 10:43 am

Turkish Character Problem

Post by ckaraca » Mon Jan 30, 2012 10:52 am

Hi,
I am trying liveCode. It is amazing :). Thanks a lot of .
But i didn't see some Turkish character (ş,ç,ğ,İ,Ş,Ç,Ğ) in my app.

Attachment 1 file about my program..

Thanks..
Attachments
Snap 2012-01-30 at 11.54.08.png

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Turkish Character Problem

Post by Mark » Mon Jan 30, 2012 11:30 am

Hi,

If you want to copy Turkish text from one field to another, you need to copy the unicodeText property:

Code: Select all

set the unicodeText of fld 2 to the unicodeText of fld 1
Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

docHerman
Posts: 29
Joined: Sat Mar 24, 2012 9:20 pm

Re: Turkish Character Problem

Post by docHerman » Thu Apr 19, 2012 11:27 pm

This is interesting: I would like to make cards in Dutch, English, Berber and Turkish. How do I do that?

DocH

docHerman
Posts: 29
Joined: Sat Mar 24, 2012 9:20 pm

Re: Turkish Character Problem

Post by docHerman » Thu Apr 19, 2012 11:32 pm

Dear all

Maybe I shloud explain my point clearer to you;
I've got 21 Dutch cards in Dutch, now I want to copy them so I can make 21 English, 21 Berber and 21 Turkish cards.
How can i correct the Characters for each language? And how can I copy hole cards (the only thing I have to change is the Contents of the Fields)

docH

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Turkish Character Problem

Post by Mark » Fri Apr 20, 2012 1:40 am

Hi,

If you speak Dutch, you might want to ask this question in the Dutch forum. Perhaps it is easier to explain in your own language.

There are probably several ways to do this. You could create a substack for each language and replace the text, but you could also store the text for each language in a custom property and use a script to display the text dynamically.

Btw it is much better to start a new discussion than to post a question in an old discussion that's not even remotely related to your question.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: Turkish Character Problem

Post by jmburnod » Fri Apr 20, 2012 8:51 am

Hi DocH,
I would like to make cards in Berber
Do you have tifinagh character ?

Best regards

Jean-Marc
https://alternatic.ch

docHerman
Posts: 29
Joined: Sat Mar 24, 2012 9:20 pm

Re: Turkish Character Problem

Post by docHerman » Sat Apr 21, 2012 9:40 am

@mark: sorry, shall I call it a beginners mistake? Thank you for the Dutch forum

Hi Jean-Marc, I don't have the tifinagh character; how do I get that?

Thank you once again, docH

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Turkish Character Problem

Post by Mark » Sat Apr 21, 2012 9:57 am

Hi, docH,

It was merely a suggestion.

I think that Jean-Marc means a Tifinagh font. First, you need to download a font. ScriptSource is a great source of oftentimes free fonts. You can find Tifinagh here (click on "link"). If you install it, then you can write in Tifinagh.

I hope to see you in the Dutch forum soon.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

docHerman
Posts: 29
Joined: Sat Mar 24, 2012 9:20 pm

Re: Turkish Character Problem

Post by docHerman » Sun Apr 22, 2012 8:26 pm

Hi Mark

Thanx for the suggestion and link, it works great.
Hope to meet you in th Dutch forum, too

DocH

docHerman
Posts: 29
Joined: Sat Mar 24, 2012 9:20 pm

Re: Arabic Character Problem

Post by docHerman » Tue Apr 24, 2012 11:02 pm

Dear all

Does anyone know where to find Arabic fonts (for a Moroccan collegue)?

docH

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Turkish Character Problem

Post by Mark » Tue Apr 24, 2012 11:06 pm

Hi,

You can find them all on the installation discs of your operating systems. Also look at the page to which I linked before. I'm sure you can find some neat stuff there.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

docHerman
Posts: 29
Joined: Sat Mar 24, 2012 9:20 pm

Re: Arabic Character Problem

Post by docHerman » Wed Apr 25, 2012 9:22 pm

Hi Mark

Arabic symbols is really a problem for me.
I copy arabic texts for translate.google.nl - putting them in Word is no problem, however when I try to put them in Contents of a Field, ????? appear.
I think I miss a font, for Arabic in my LiceCode. I can'tfind it in your links -- can you help again?
Thanx, docH

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Turkish Character Problem

Post by Mark » Sat Apr 28, 2012 1:00 pm

Hi,

If you have installed the Arabic language packs/fonts from your Windows/Mac OS X installation disk, then it should work. Feel free to contact me in the Dutch forum for more info. If you speak Dutch, then there's no need to discuss this in English.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

docHerman
Posts: 29
Joined: Sat Mar 24, 2012 9:20 pm

Re: Turkish Character Problem

Post by docHerman » Sat Apr 28, 2012 11:05 pm

Beste Mark

Nu ik Arabisch PC heb aangevinkt gaat het inderdaad beter.
Alleen zet Word (en ook LiveCode) het axchterstevoren neer als ik het plak in Content.
Hoe voorkom ik dat?

gr docH

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Turkish Character Problem

Post by Mark » Sat Apr 28, 2012 11:20 pm

We don't talk Dutch on THIS forum.
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”