Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3342930
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:53:47+00:00 2026-05-18T00:53:47+00:00

I have an unusual problem (this is linked to Browser displays � instead of

  • 0

I have an unusual problem (this is linked to Browser displays � instead of ´)

I had mismatched character encoding settings on my server (UTF-8) and application (ISO-8859-1), so a third person tasked with entering Spanish translations, entered the words properly at his end, but they weren’t saved correctly in the database.

I have subsequently fixed the problem and the server is now ISO-8859-1 as well. [I set

default_charset = "iso-8859-1" 

in php.ini]

I do see a pattern in what is in the system, for example the following appears on the system:

Nombre de la organización*

This needs to be:

Nombre de la organización*

ie, I need to search and replace ‘ó’ with ‘ó’.

How can I do so for an entire table (all fields)? (there will be other such corrections as well)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T00:53:47+00:00Added an answer on May 18, 2026 at 12:53 am

    Use the replace function. Simple example:

    SELECT REPLACE('www.mysql.com', 'w', 'Ww');
    

    Result: ‘WwWwWw.mysql.com’

    Now, if you have a table called Foo and you want to replace those characters in a field called bar, you can do the following:

    update Foo set bar = Replace(bar, 'ó', 'ó');
    

    Do this for all the affected fields and the problem is solved.

    Best regards,
    Lajos Arpad.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an unusual problem. I have a function, operation in this function can
I have an unusual situation to model in a MS SQL Server database: the
I have an unusual problem. Let's consider such models (taken from django docs): class
I have a rather unusual problem, and it is hurting my brain. Problem: Given
This is a bit of unusual problem that I'm experiencing, but recently one of
[This is a bit of an unusual problem, I know...] What I need is
I have a bit of an unusual question. I'm running an old DOS game
Have you ever seen any of there error messages? -- SQL Server 2000 Could
Have you guys had any experiences (positive or negative) by placing your source code/solution
Have you managed to get Aptana Studio debugging to work? I tried following this,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.