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 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
kannada alphabets text document to be read using matlab.It is very much required for my project.
3 Commenti
Risposte (1)
Walter Roberson
il 19 Ott 2015
YourText = native2unicode( uint8( fileread('YourUTF8File.txt') ), 'UTF-8');
4 Commenti
Vedere anche
Categorie
Scopri di più su Geometric Transformation and Image Registration in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!