Results 1 to 5 of 5

Thread: Encoding...Urgent

  1. #1

    Thread Starter
    Hyperactive Member CHAMPGARY's Avatar
    Join Date
    Jul 2002
    Posts
    386

    Encoding...Urgent

    Hi
    This is regarding HTML tags,
    Does any body know how to set encoding in HTML Pages,

    We set manually from
    Internet Explorer- View- Encoding -....

    Can we set it using some HTML Tag..
    Some one tell a hint as Meta Tag but it is not helping me

    Please help me..ASAP

    Gary

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

  3. #3

    Thread Starter
    Hyperactive Member CHAMPGARY's Avatar
    Join Date
    Jul 2002
    Posts
    386
    Originally posted by axion_sa
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    Can you please explain it little bit

    Gary

  4. #4
    Hyperactive Member Dasiths's Avatar
    Join Date
    Apr 2001
    Location
    Colombo, Sri Lanka
    Posts
    331

    How can i set encoding to user defined

    How can i set encoding to user defined .........

    I use Sinhala ......... fonts .............

    and <meta http-equiv="Content-Type" content="text/html; charset=User-Defined"> does not work ............
    It is the mark of an instructed mind to rest satisfied with the degree of precision which the nature of the subject admits, and not to seek exactness when only an approximation of the truth is possible.
    -Aristotle As quoted in Rapid Development, chapter 8, page 167.

  5. #5
    Hyperactive Member Dasiths's Avatar
    Join Date
    Apr 2001
    Location
    Colombo, Sri Lanka
    Posts
    331

    found it

    Place it between the head tags

    Code:
    <HEAD>
    <meta http-equiv="Content-Type" content="text/html; charset=x-user-defined">
    </Head>
    You can insert this into a web page to to display the characters correctly............
    It is the mark of an instructed mind to rest satisfied with the degree of precision which the nature of the subject admits, and not to seek exactness when only an approximation of the truth is possible.
    -Aristotle As quoted in Rapid Development, chapter 8, page 167.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width