Results 1 to 2 of 2

Thread: How are characters URL determined in HTML?

  1. #1
    MartinWilson is offline Senior Member
    Join Date
    Dec 2009
    Posts
    281
    Rep Power
    3

    Default How are characters URL determined in HTML?

    Hi I am new I programming word .I am started learning HTML language and have done some basic tags that are used in HTML. I am not able to encode some of the characters which have some symbols. I want to know how characters URL encoded in HTML. Explain me in detail. Thanks in advance for any help.

  2. #2
    Davismoore is offline Senior Member
    Join Date
    Dec 2009
    Posts
    284
    Rep Power
    3

    Default

    I am given that you some general URL encoding list. The following table has URL encoding with characters:

    Code:
    CharacterURL-encoding
    €	  %80
    £	  %A3
    ©	  %A9
    ®	  %AE
    À	  %C0
    Á	  %C1
    Â	  %C2
    Ã	  %C3
    Ä	  %C4
    Å	  %C5

Similar Threads

  1. Wildcard characters in SQL
    By Benny Kubelsky in forum Programming
    Replies: 1
    Last Post: 04-13-2010, 12:17 PM
  2. Twitter go beyond 140 characters
    By Victorio Xalbadora in forum General Software Terms
    Replies: 0
    Last Post: 08-25-2009, 05:05 AM
  3. Adding superscripts characters
    By Easton Fletcher in forum Programming
    Replies: 0
    Last Post: 07-03-2009, 08:33 AM
  4. Incorrect keyboard characters
    By Edgar Benn in forum Everything Else
    Replies: 3
    Last Post: 06-24-2009, 11:29 AM
  5. Cps (characters per second)
    By allster in forum General Networking
    Replies: 0
    Last Post: 03-20-2009, 05:54 AM

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
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48