How to compare non latin letters?

1 visualizzazione (ultimi 30 giorni)
Ole
Ole il 31 Lug 2017
Risposto: Andrei Bobrov il 31 Lug 2017
I would like to assign a number to a specific letter of name.
But the name is let say in Cyrillic 'Том'.
Now the isletter(Т) isnot a valid expression. Matlab does not understand its unicode 0442.
How to get around this ?

Risposta accettata

Andrei Bobrov
Andrei Bobrov il 31 Lug 2017
>> %cyrillic
>> 'АБВГДЖЗ' - '0'
ans =
992 993 994 995 996 998 999
>> isletter('Ж')
ans =
logical
1
in R2016b and later

Più risposte (0)

Tag

Non è stata ancora inserito alcun tag.

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by