How I can read Ethiopic-Unicode text and display on matlab command line?

1 view (last 30 days)
I want to develop Information Retrieval system for Amharic language corpus using matlab R2018a but matlab command line couldn't display Ethiopic-Unicode characters.
  5 Comments
Christopher Creutzig
Christopher Creutzig on 26 Nov 2018
> MATLAB does not support the \u escape sequence.
But it does support \x in compose:
>> compose("\x120c\x120d")
ans =
"ሌል"

Sign in to comment.

Answers (0)

Categories

Find more on Characters and Strings in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!