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.
3 件のコメント
回答 (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!