Either ASCII or UTF-8 encoding. Explains what URL encoding is and how to use it. URL encoding javascript tool can be used to make button links for digg.
URL Encode and Decode Generator Tool
What is URL encoding?
URL encoding refers to taking simple text strings and converting them into URL format. URL format means the encoded text only contains alpha, digit, safe, extra and escape characters. In short, this means the text won't contain characters such as spaces, # or / symbols. There is no need to go into detail about this here but if you want to learn more about URL format visit World Wide Web Consortium.
When and why would you use URL encoding?
URL encoding is often used within website forms to enable efficient passing of textual information. For example, a webmaster may have a blog form on his website so visitors can type in their comments and have them displayed on the page. If these comments were to contain special characters such as a # symbol, the blog form may not transfer that specific information correctly due to symbols having different meanings. For instance the person filling in the form may be talking about C++ programming and might say something like:
"#includes
However the form script could take it that the # symbol is refering to a webpage anchor instead of displaying it as simple text.
URL Encode Generator Tool - Makes any text into URL format.
Use the online tool below to either encode or decode a string of text. Where it says 'Character encoding' you can use the drop down list to choose either ASCII or UTF-8. ASCII refers to characters shown on our ASCII Table If you choose ASCII encoding and your text contains non-ASCII characters, a warning message will let you know. Then you simply need to try again using UTF-8.
'TECH' 카테고리의 다른 글
Touch Diamond ROM Upgrade program (0) | 2010.09.10 |
---|---|
모토로이(XT720) SKAF 제거용 모바일 T store (0) | 2010.09.08 |
자신이 생각하고 있는 인물을 맞추는 사이트 (0) | 2010.08.22 |
긴주소 줄이기 (0) | 2010.08.18 |
한국어 맞춤법/문법 검사기 (0) | 2010.08.18 |
Origin에서 Theta(θ) 입력하기 (0) | 2010.08.16 |
Android SDK 설치시 에러 (0) | 2010.08.13 |
모토로이 업그레이드시 SKAF 안내 (0) | 2010.08.12 |
HTC 터치 다이아몬드 KT에서 3G 무선인터넷 설정 (0) | 2010.08.11 |
KT 번호 변경 후 naming (0) | 2010.08.11 |