1/2
Case Study – Multilingual URLs
This is about a website which helps ordinary users access hard-to-type orlocal-language Internet addresses (URLs) and doubles up as a quick URIencoder/decoder for programmers.
The Audience
Any computer user who communicates in any language whose written formutilises characters other than the plain 26 letters and 10 numerals in theLatin (English) alphabet.
The Problem
You need to send someone, say our Arnab in Finland, a Bengali (or anyother local language) URL. But you're not sure how it will show up (???)Usually anything in Bengali shows up as a series of the first consonant of theBengali language viz. “
” in Arnab’s Macintosh computer.
The Solution
Go tohttp://unescape.hereweb.com/ and click the "Clear All" button. Enter
your Bengali (or other local language) URL in the white input box – plenty of Bengali ones are obtainable from http://bn.wikipedia.org/–and click the
"Encode" button athttp://unescape.hereweb.com/.Now triple-click the text
labelled "Result" to automatically select it fully including the invisible tail end.Copy the selected text and paste it in your email message or send ithowever you wish to send it to Arnab - even by SMS. Now Arnab will be ableto access that page with the Bengali (or other language) URL. Whether hecan read the text will depend on many other factors and if he can't he'll atleast be able to experience the multimedia including images and most of allhe'll be able to preserve the URL or forward it to someone or access it froma PC (as opposed to Mac) at some convenient time and place.
Example
_
For Programmers
You guys know this minisite is a very simple JavaScript application but it is veryhandy when you need the encoded or decoded form of something quickly as inthe middle of writing a program. In fact if your input begins with “http” then itwill be automatically handled with decodeURI or encodeURI; else withdecodeURIComponent or encodeURIComponent.
Forwarding This
This message was created with the objective that it should reach everycomputer user whose mother-tongue is not English. So a few words about how
Leave a Comment