• Resolved mrppp

    (@mrppp)


    I have about 500 pages that for some reason have inserted à instead of and.

    Can i change this in msql or any other easy way to change without editing every page individually?

Viewing 1 replies (of 1 total)
  • Thread Starter mrppp

    (@mrppp)

    OK managed it UPDATE awx_posts SET post_content = REPLACE (
    post_content,
    ‘Ã’,
    ‘and’)`

Viewing 1 replies (of 1 total)

The topic ‘replace charactor on pages’ is closed to new replies.