I want to read regional language alphabets for example kannada alphabets which is a regional language of karnatka India using matlab.what code is required to do that
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
kannada alphabets text document to be read using matlab.It is very much required for my project.
3 Kommentare
Antworten (1)
Walter Roberson
am 19 Okt. 2015
YourText = native2unicode( uint8( fileread('YourUTF8File.txt') ), 'UTF-8');
4 Kommentare
Siehe auch
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!