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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Help - Character encoding issue

  • 20-04-2012 11:38am
    #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,336 Mod ✭✭✭✭croo


    How is the database encoded?


Advertisement