Textscan can't read letters with acents

3 次查看(过去 30 天)
Hi I am trying to read a csv file of names which include some names with accented letters such as the lower case version of "Á" (can't find a lower case a with an accent on my keyboard). Textscan just ignores the character. Any ideas how we can read these characters with text?

采纳的回答

Ken Atwell
Ken Atwell 2014-6-27
A .CSV file is an ASCII file without character set encoding information. You might need to experiment with different encodings to stumble upon the one the file was created with.
See the documentation for the optional encodingIn parameter to fopen for a discussion.
  1 个评论
harry
harry 2014-7-1
This information including Jose-Luis link led me to change the default character set encoding to 'US-ASCII' which resolved the problem.

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by