Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Help - Character encoding issue

  • 20-04-2012 12:38PM
    #1
    Closed Accounts Posts: 4,001 ✭✭✭


    Hi all

    This is probably a silly question but it is doing my head in.

    Example:

    In my database I have the following text:
    Our client – A prominent
    

    However when I display this text on a webpage it displays as follows:
    Our client � A prominent
    

    The webpage uses the following character type:
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    

    Can you think of any reason why the "–" is not displaying correctly?

    Any advice appreciated.

    Cheers


Comments

  • Closed Accounts Posts: 249 ✭✭OneIdea


    Try this:
    <meta http-equiv="content-type" content="text/html; charset=iso-10646-utf-1">
    


  • Moderators, Technology & Internet Moderators Posts: 1,338 Mod ✭✭✭✭croo


    How is the database encoded?


Advertisement
Advertisement