Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, thanks for the report.

    I’ve fixed this now in the development version.

    In the mean time you can apply the fix by:

    Open /ml-slider/inc/slide/metaslide.image.class.php

    Find (line 100):

    'caption' => html_entity_decode(htmlentities($this->slide->post_excerpt, ENT_NOQUOTES, 'UTF-8', false)),

    Replace with:

    'caption' => html_entity_decode($this->slide->post_excerpt, ENT_NOQUOTES, 'UTF-8'),

    Regards,
    Tom.

    This fix is in the latest version (2.0-beta2)

    Regards,
    Tom.

    Thread Starter javitopo

    (@javitopo)

    perfect, solved.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘utf-8 Spanish characters’ is closed to new replies.