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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
kannada alphabets text document to be read using matlab.It is very much required for my project.
3 comentarios
Respuestas (1)
Walter Roberson
el 19 de Oct. de 2015
YourText = native2unicode( uint8( fileread('YourUTF8File.txt') ), 'UTF-8');
Ver también
Categorías
Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!