accented characters

HomeForumsInstagrate to WordPress – Pluginaccented characters

This topic has 2 voices, contains 6 replies, and was last updated by  Iain 313 days ago.

Viewing 7 posts - 1 through 7 (of 7 total)
Author Posts
Author Posts
July 3, 2012 at 7:00 pm #1159

xavier

The latest version (1.1.4) does not seem to recognize accented characters for the title. I put this picture in Instagram (http://web.stagram.com/p/227501219819406321_30794975) with “Estàtua abandonada” as title. After instagrate uploaded to WordPress, the post was titled “Esttua abandonada” (note the missing «à» character).

On previous versions I didn’t have any trouble with accented characters

July 3, 2012 at 7:06 pm #1161

Iain

Hi Xavier

Unfortunately in trying to strip out emoticon characters from titles the latest update will also strip out other characters by mistake – apologies for that.

As a fix whilst we work on the update change line 365 in instagrate-to-wordpres.php to:

"title" => (isset($item->caption->text)?filter_var($item->caption->text, FILTER_SANITIZE_STRING):""),

Cheers
Iain

July 5, 2012 at 10:11 pm #1202

xavier

This fix does not work for me :(

July 6, 2012 at 8:36 am #1203

Iain

Hi Xavier

Apologies – wrong line number! Should be replaced at line 365. Will edit my original reply.

Cheers
Iain

July 6, 2012 at 9:12 am #1206

Tonestar

sorry I had the same question and already posted before seeing this. However I don’t seem to have a file called – instagrate-to-wordpres.php

July 6, 2012 at 9:35 am #1207

Iain

Hi Tonestar

This is a fix for the free version. Will post a fix for the pro version against the topic your raised.

Cheers
Iain

July 9, 2012 at 8:50 pm #1214

Iain

This should be fixed now in 1.1.5

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘accented characters’ is closed to new replies.