Bug handling of accented characters in IEEE Xplore translator
Hi!
I just wanted to note that there's a bug in the IEEE Xplore translator, which causes all accented characters (like in authors names) to be displayed like HTML escaped hex codes, eg:
What should be:
J. Muñoz-Marí
Gets imported as:
J. Muñ andoz-Marí and
If I would know more Javascript I would fix it, but sadly I can't.
Kind regards,
Jan-Pieter
I just wanted to note that there's a bug in the IEEE Xplore translator, which causes all accented characters (like in authors names) to be displayed like HTML escaped hex codes, eg:
What should be:
J. Muñoz-Marí
Gets imported as:
J. Muñ andoz-Marí and
If I would know more Javascript I would fix it, but sadly I can't.
Kind regards,
Jan-Pieter
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
for instance this one:
http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6221978&contentType=Early+Access+Articles&queryText%3Dgraph+matching+remote+sensing
At first glance, this looks dodgy on the IEEE Xplore side of things, but we may be able to fix it by adjusting the character encoding settings. Might take a little & we'll let you know.
Thanks for reporting.
author={Tuia, D. and Mu&#x000F1 andoz-Mar&#x000ED and, J. and G&#x000F3 andmez-Chova, L. and Malo, J.},
unescapeHTML still works without the semicolons, but the extra spaces remain in the imported names. A regexp before the unescapeHTML could fix that, assuming this is universal.
authors.replace(/;/g, " and")
This is obviously not compatible with HTML encoded special characters. IEEE Xplore should be notified of this issue, but in the mean time we might want to consider switching to RIS.
Edit: Oh, and I sent them a message about this bug.
@jpjacobs The translator should automatically update within 24 hours, or you can update manually from Preferences -> General -> Update Now.
(Though if we hear back from them we can also just get rid of this. Thanks for contacting them.)