Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Help - Character encoding issue

Options
  • 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,334 Mod ✭✭✭✭croo


    How is the database encoded?


Advertisement