• Resolved nfrost21

    (@nfrost21)


    I’m working on a wordpress site for a spanish client.

    The original installation (dashboard and blog) was in English and I updated both to Spanish using the following steps:

    1. Downloaded es_ES.mo
    2. Upload to /wp-content/languages/
    2. Changed line to ” define (‘WPLANG’, ‘es_ES’); ” in the wp-config.php file.

    I expected this to fix my problem as when i few source the following looks correct:

    <html dir=”ltr” lang=”es-ES”>
    <meta charset=”UTF-8″ />

    …however special characters like “?” are broken in the blog. (the dashboard is correctly translated to Spanish.

    Any ideas appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there, any luck with this? because I’m in the same situation, now

    Thread Starter nfrost21

    (@nfrost21)

    Hello –

    It was a problem with the encoding of one of the files i had taken some HTML from.

    I fixed the problem by:
    1. changing text-encoding to UTF-8 in my text-editor (notepad ++)
    2. Replacing the broken special characters in the file and
    3. Uploading the UTF-8 encoded file.

    Hope this works for you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem Displaying Spanish Special Characters’ is closed to new replies.