Quantcast
Channel: MATLAB Central Newsreader - tag:"urlread"
Viewing all articles
Browse latest Browse all 16

urlread / urlwrite with umlaut in the url - is there a way to get this to work?

$
0
0
Dear all,

I am trying to read a url that contains german umlauts. This does, apparently, not work with urlread/urlwrite. An example:

urlread('http://www.möbel.de')

produces an error, whereas:

urlread('http://www.moebel.de')

works. Both urls link to the same webpage in this example, btw.

Is there a way to get this to work? In my case, I can not just replace the umlaut (ä -> ae, ö -> oe, ü -> ue), since then the url can not be resolved.

Thanks!
Bjoern

Viewing all articles
Browse latest Browse all 16

Trending Articles