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 次查看(过去 30 天)
显示 更早的评论
kannada alphabets text document to be read using matlab.It is very much required for my project.
回答(1 个)
Walter Roberson
2015-10-19
YourText = native2unicode( uint8( fileread('YourUTF8File.txt') ), 'UTF-8');
4 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!