Results 1 to 4 of 4

Thread: Default encoding?

  1. #1
    Join Date
    Jan 2005
    Location
    LV
    Posts
    53

    Default Default encoding?

    Is there such thing as default encoding for a page? Anyone know? Need Unicode UTF-8. Thanks much

  2. #2
    Join Date
    Jan 2005
    Posts
    20

    Default not

    well the basic coding for a page is unicode but are you talking about a foren Lanuage where teh Coding is past the basic ascii char ??? if so then im not sure whtat type coding tha tis excatly i mean most times those are plugins for your broswer.. I hope that help man :)

  3. #3
    Join Date
    Jan 2005
    Posts
    14

    Default

    You can use META tag (<META>) to say what is the contents of your page. For example:
    <meta http-equiv=Content-Type content="text/html; charset=windows-1251"> at the begining of your HTML source, says that the page is text(HTML) with windows-1251 encoding(windows-1251 - is Cyrillic one).

    In you case it will be:
    <meta http-equiv=Content-Type content="text/html; charset=UTF-8">


    Is this you need?

  4. #4
    Join Date
    Jan 2005
    Location
    LV
    Posts
    53

    Default

    it sounds as perfect as what i need. will try that and tell you if it worked. thanks ivanski.

Bookmarks

Posting Permissions

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