ÿþ<html> <head><B><Font color = darkblue><CENTER> C $ ? & G 5 -010 <==> / B ( ?  K ! + < K # M  * 0 ? 5 0 M $ ? $ M 0 (09-01-2009)</font></B> </title> <Font color = blue>Last update: 15-02-2010 11:00</font><br> Note: Replace straight quotes, if any, in the unicode text to smart quotes before conversion. <script type="text/javascript"> function convert_to_unicode() { var array_one = new Array(//"kZsa", // "(",")", "ñ","Q+Z","sas","aa",")Z","ZZ"," "," "," "," ", "å","’"," ","& "," ","! ","Æ","0 ","`","9 ", "¶+","d+","[+k","[+","x+","T+","t+","M+","<+","Q+",";+","j+","u+", "Ùk","Ù","ä"," "," ","é",""!","=kk","f=k", "à","á","â","ã","ºz","º","í","{k","{","=","«", "Nî","Vî","Bî","Mî","<î","|","K","}", "J","Vª","Mª","<ªª","Nª","Ø","Ý","nzZ","æ","ç","Á","xz","#",":", "v ","vks","vkS","vk","v","b±","Ã","bZ","b","m","Å",",s",",","_", "ô","d","Dk","D","£","[k","[","x","Xk","X","Ä","?k","?","³", "p","Pk","P","N","t","Tk","T",">","÷","¥", "ê","ë","V","B","ì","ï","M+","<+","M","<",".k",".", "r","Rk","R","Fk","F",")","n","/k","èk","/","Ë","è","u","Uk","U", "i","Ik","I","Q","¶","c","Ck","C","Hk","H","e","Ek","E", ";","¸","j","y","Yk","Y","G","o","Ok","O", "'k","'","\"k","\"","l","Lk","L","g", "È","z", "Ì","Í","Î","Ï","Ñ","Ò","Ó","Ô","Ö","Ø","Ù","Ük","Ü", " ","¨","ks","©","kS","k","h","q","w","`","s","¢","S", "a","¡","%","W","" ","·",""","·","~j","~","\\","+","  ", "^","*","Þ","ß","(","¼","½","¿","À","¾","A","-","&","&","R","]","~ ","@", "> G ","> E "," H ","G M 0 "," L "," K "," E ") var array_two = new Array(//"ksaZ", //"¼","½", "p ","QZ+","sa","a","0 M & M ' ","Z","\"","\"","'","'", "f ","g ","h ","i ","j ","k ","l ","m ","n ","o ", "^ M ","X ","Y ","Y M ","Z "," < M ","[ ","\ ","] ","^ ","_ ","1 ",") ", // one-byte nukta varNas "$ M $ ","$ M $ M "," M $ ","& C "," C ","( M ( ","( M ( M ","=k","f=", "9 M ( ","9 M / ","9 C ","9 M . ","9 M 0 ","9 M ","& M & "," M 7 "," M 7 M ","$ M 0 ","$ M 0 M ", " M / "," M / "," M / ","! M / ","" M / ","& M / "," M  ","& M 5 ", "6 M 0 "," M 0 ","! M 0 ","" M 0 "," M 0 "," M 0 ","+ M 0 ","0 M & M 0 ","& M 0 ","* M 0 ","* M 0 "," M 0 ","0 A ","0 B ", " "," "," "," "," ","  "," "," "," "," "," "," "," "," ", " M  "," "," "," M "," "," "," M "," "," "," M "," "," "," M "," ", " "," "," M "," "," "," "," M "," "," M "," ", " M  "," M "," "," ","! M ! ","! M " ","! < ","" < ","! ","" ","# ","# M ", "$ ","$ ","$ M ","% ","% M ","& M ' ","& ","' ","' ","' M ","' M ","' M ","( ","( ","( M ", "* ","* ","* M ","+ ","+ M ",", ",", ",", M ","- ","- M ",". ",". ",". M ", "/ ","/ M ","0 ","2 ","2 ","2 M ","3 ","5 ","5 ","5 M ", "6 ","6 M ","7 ","7 M ","8 ","8 ","8 M ","9 ", "@  ","M 0 ", "& M & "," M  "," M ","! M ! "," C ","- ","M / ","! M " "," M "," M 0 ","$ M $ M ","6 ","6 M ", "I ","K ","K ","L ","L ","> ","@ ","A ","B ","C ","G ","G ","H ", " "," "," ","E ","= ","= ","= ","= ","M 0 ","M ","?","< ",":", " "," "," "," ",";","(",")","{","}","=","d ",".","-","µ","p ",",","M ","/", "K ","I ","H  ","M 0 G "," "," "," ") //Corrections for Spelling mistakes (see above under the first Array): // "sas","aa","ZZ","=kk","f=k", // // The following two characters are to be replaced through proper checking of locations: // "Z" ) // "0 M " (reph) // "f" ) // "? " var array_one_length = array_one.length ; var modified_substring = document.getElementById("legacy_text").value ; //**************************************************************************************** // Break the long text into small bunches of max. max_text_size characters each. //**************************************************************************************** var text_size = document.getElementById("legacy_text").value.length ; var processed_text = '' ; //blank var sthiti1 = 0 ; var sthiti2 = 0 ; var chale_chalo = 1 ; var max_text_size = 6000; while ( chale_chalo == 1 ) { sthiti1 = sthiti2 ; if ( sthiti2 < ( text_size - max_text_size ) ) { sthiti2 += max_text_size ; while (document.getElementById("legacy_text").value.charAt ( sthiti2 ) != ' ') {sthiti2--;} } else { sthiti2 = text_size ; chale_chalo = 0 } var modified_substring = document.getElementById("legacy_text").value.substring ( sthiti1, sthiti2 ) ; Replace_Symbols( ) ; processed_text += modified_substring ; //**************************************************************************************** // Breaking part code over //**************************************************************************************** // processed_text = processed_text.replace( /mangal/g , "Krutidev010" ) ; document.getElementById("unicode_text").value = processed_text ; } // -------------------------------------------------- function Replace_Symbols( ) { //substitute array_two elements in place of corresponding array_one elements if ( modified_substring != "" ) // if stringto be converted is non-blank then no need of any processing. { for ( input_symbol_idx = 0; input_symbol_idx < array_one_length; input_symbol_idx++ ) { idx = 0 ; // index of the symbol being searched for replacement while (idx != -1 ) //whie-00 { modified_substring = modified_substring.replace( array_one[ input_symbol_idx ] , array_two[input_symbol_idx] ) idx = modified_substring.indexOf( array_one[input_symbol_idx] ) } // end of while-00 loop } // end of for loop //********************************************************************************** // Code for Replacing five Special glyphs //********************************************************************************** //********************************************************************************** // Code for Glyph1 : ± (reph+anusvAr) //********************************************************************************** modified_substring = modified_substring.replace( /±/g , "Z " ) ; // at some places ì is used eg in " 0 M   ' A ,* B 0 M # >   ". // //********************************************************************************** // Glyp2: Æ // code for replacing "f" with "? " and correcting its position too. (moving it one position forward) //********************************************************************************** modified_substring = modified_substring.replace( /Æ/g , "0 M f" ) ; // at some places Æ is used eg in "' > 0 M . ?  ". var position_of_i = modified_substring.indexOf( "f" ) while ( position_of_i != -1 ) //while-02 { var character_next_to_i = modified_substring.charAt( position_of_i + 1 ) var character_to_be_replaced = "f" + character_next_to_i modified_substring = modified_substring.replace( character_to_be_replaced , character_next_to_i + "? " ) position_of_i = modified_substring.search( /f/ , position_of_i + 1 ) // search for i ahead of the current position. } // end of while-02 loop //********************************************************************************** // Glyph3 & Glyph4: Ç É // code for replacing "fa" with "?  " and correcting its position too.(moving it two positions forward) //********************************************************************************** modified_substring = modified_substring.replace( /Ç/g , "fa" ) ; // at some places Ç is used eg in " ?   0 ". modified_substring = modified_substring.replace( /É/g , "0 M fa" ) ; // at some places É is used eg in "6 0 M . ?  & > " var position_of_i = modified_substring.indexOf( "fa" ) while ( position_of_i != -1 ) //while-02 { var character_next_to_ip2 = modified_substring.charAt( position_of_i + 2 ) var character_to_be_replaced = "fa" + character_next_to_ip2 modified_substring = modified_substring.replace( character_to_be_replaced , character_next_to_ip2 + "?  " ) position_of_i = modified_substring.search( /fa/ , position_of_i + 2 ) // search for i ahead of the current position. } // end of while-02 loop //********************************************************************************** // Glyph5: Ê // code for replacing "h" with "@ " and correcting its position too.(moving it one positions forward) //********************************************************************************** modified_substring = modified_substring.replace( /Ê/g , "@ Z" ) ; // at some places Ê is used eg in " ?   0 ". /* var position_of_i = modified_substring.indexOf( "h" ) while ( position_of_i != -1 ) //while-02 { var character_next_to_i = modified_substring.charAt( position_of_i + 1 ) var character_to_be_replaced = "h" + character_next_to_i modified_substring = modified_substring.replace( character_to_be_replaced , character_next_to_i + "@ " ) position_of_i = modified_substring.search( /h/ , position_of_i + 1 ) // search for i ahead of the current position. } // end of while-02 loop */ //********************************************************************************** // End of Code for Replacing four Special glyphs //********************************************************************************** // following loop to eliminate 'chhotee ee kee maatraa' on half-letters as a result of above transformation. var position_of_wrong_ee = modified_substring.indexOf( "? M " ) while ( position_of_wrong_ee != -1 ) //while-03 { var consonent_next_to_wrong_ee = modified_substring.charAt( position_of_wrong_ee + 2 ) var character_to_be_replaced = "? M " + consonent_next_to_wrong_ee modified_substring = modified_substring.replace( character_to_be_replaced , "M " + consonent_next_to_wrong_ee + "? " ) position_of_wrong_ee = modified_substring.search( /? M / , position_of_wrong_ee + 2 ) // search for 'wrong ee' ahead of the current position. } // end of while-03 loop //************************************** // //************************************** // alert(modified_substring); //************************************** // Eliminating reph "Z" and putting 'half - r' at proper position for this. set_of_matras = "        > ? @ A B C G H K L  :  E " var position_of_R = modified_substring.indexOf( "Z" ) // alert(" 1. modified_substring = "+modified_substring ); // alert(" 2. position_of_R = "+position_of_R ) while ( position_of_R > 0 ) // while-04 { probable_position_of_half_r = position_of_R - 1 ; //alert(" 3. probable_position_of_half_r = "+probable_position_of_half_r ); var character_at_probable_position_of_half_r = modified_substring.charAt( probable_position_of_half_r ) //alert(" 4. character_at_probable_position_of_half_r = "+character_at_probable_position_of_half_r ); //************************************************************ // trying to find non-maatra position left to current O (ie, half -r). //************************************************************ while ( set_of_matras.match( character_at_probable_position_of_half_r ) != null ) // while-05 // some vowel maatraa or anusvaar found, move to previous character { probable_position_of_half_r = probable_position_of_half_r - 1 ; character_at_probable_position_of_half_r = modified_substring.charAt( probable_position_of_half_r ) ; //alert(" 5. probable_position_of_half_r = "+probable_position_of_half_r ); //alert(" 6. character_at_probable_position_of_half_r = "+character_at_probable_position_of_half_r ); } // end of while-05 //************************************************************ // check if the previous character to the present character is a halant //************************************************************ var previous_to_position_of_half_r = probable_position_of_half_r - 1 ; //alert(" 7. previous_to_position_of_half_r = "+previous_to_position_of_half_r ); if (previous_to_position_of_half_r > 0) // if-03 { var character_previous_to_position_of_half_r = modified_substring.charAt( previous_to_position_of_half_r ) //alert(" 8. character_previous_to_position_of_half_r = "+character_previous_to_position_of_half_r ); while ("M ".match( character_previous_to_position_of_half_r ) != null ) // while-06 // halant found, move to previous character { probable_position_of_half_r = previous_to_position_of_half_r - 1 ; character_at_probable_position_of_half_r = modified_substring.charAt( probable_position_of_half_r ) ; //alert(" 9. probable_position_of_half_r = "+probable_position_of_half_r ); //alert("10. character_at_probable_position_of_half_r = "+character_at_probable_position_of_half_r ); previous_to_position_of_half_r = probable_position_of_half_r - 1 ; character_previous_to_position_of_half_r = modified_substring.charAt( previous_to_position_of_half_r ) //alert("11. previous_to_position_of_half_r = "+previous_to_position_of_half_r ); //alert("12. character_previous_to_position_of_half_r = "+character_previous_to_position_of_half_r ); } // end of while-06 } // end of if-03 //************************************************************ character_to_be_replaced = modified_substring.substr ( probable_position_of_half_r , ( position_of_R - probable_position_of_half_r ) ) ; new_replacement_string = "0 M " + character_to_be_replaced ; character_to_be_replaced = character_to_be_replaced + "Z" ; modified_substring = modified_substring.replace( character_to_be_replaced , new_replacement_string ) ; position_of_R = modified_substring.indexOf( "Z" ) ; //alert("13. character_to_be_replaced = "+character_to_be_replaced ); //alert("14. modified_substring = "+modified_substring ); } // end of while-04 } // end of IF statement meant to supress processing of blank string. //************************************** // alert(modified_substring); //************************************** } // end of the function Replace_Symbols } // end of Krutidev_to_unicode function //******************************************************************************* function Convert_to_Krutidev_010() { var array_one = new Array( // ignore all nuktas except in ! < and " < " "," "," "," ","(",")","{","}","=","d ","?","-","µ","p ",",",".","M ", "f ","g ","h ","i ","j ","k ","l ","m ","n ","o ","x","+",";","_", "^ M ","X ","Y ","Z "," < M ","[ ","\ ","] ","^ ","_ ","1 ",") ", // one-byte nukta varNas "$ M $ M ","$ M $ "," M $ ","& C "," C ", "6 M 5 ","9 M ( ","9 M / ","9 C ","9 M . ","9 M 0 ","9 M ","& M & "," M 7 M "," M 7 ","$ M 0 M ","$ M 0 "," M  ", " M / "," M / "," M / ","! M / ","" M / ","& M / ","& M 5 ", "6 M 0 "," M 0 ","! M 0 ","" M 0 "," M 0 "," M 0 ","+ M 0 ","& M 0 ","* M 0 "," M 0 ","0 A ","0 B ", "M 0 ", " "," "," "," "," "," "," "," "," "," "," ", " M "," "," M  "," M "," "," M "," "," M "," "," ", " H "," M "," "," "," M "," "," M "," "," ", " M  "," M "," "," ","! M ! ","! M " ","! ","" ","# M ","# ", "$ M ","$ ","% M ","% ","& M ' ","& ","' M ","' ","( M ","( ", "* M ","* ","+ M ","+ ",", M ",", ","- M ","- ",". M ",". ", "/ M ","/ ","0 ","2 M ","2 ","3 ","5 M ","5 ", "6 M ", "6 ", "7 M ", "7 ", "8 M ", "8 ", "9 ", " ","I ","K ","L ","> ","@ ","A ","B ","C ","G ","H ", " "," "," ","E ","= ","M ","M ","< ","/") var array_two = new Array( "^","*","Þ","ß","¼","½","¿","À","¾","A","\\","&","&","R","]","-","~ ", "å","’"," ","& "," ","! ","Æ","0 ","`","9 ","Û","$","(","&", // "¶","d","[k","x","T","t","M+","<+","Q",";","j","u", "¶+","d+","[k+","x+","T+","t+","M+","<+","Q+",";+","j+","u+", "Ù","Ùk","ä"," "," ", "Üo","à","á","â","ã","ºz","º","í","{","{k","«","=","K", "Nî","Vî","Bî","Mî","<î","|","}", "J","Vª","Mª","<ªª","Nª","Ø","Ý","æ","ç","xz","#",":", "z", "vks","vkS","vk","v","bZ","b","m","Å",",s",",","_", "D","d","ô","[","[k","X","x","?","?k","³", "pkS","P","p","N","T","t","÷",">","¥", "ê","ë","V","B","ì","ï","M","<",".",".k", "R","r","F","Fk",")","n","è","èk","U","u", "I","i","¶","Q","C","c","H","Hk","E","e", "¸",";","j","Y","y","G","O","o", "'","'k","\"","\"k","L","l","g", "v "," ","ks","kS","k","h","q","w","`","s","S", "a","¡","%","W","·","~ ","~","+","@") // "~j" //************************************************************ //Put "Enter chunk size:" line before "<textarea name= ..." if required to be used. //************************************************************ //Enter chunk size: <input type="text" name="chunksize" value="6000" size="7" maxsize="7" style="text-align:right"><br/><br/> //************************************************************ // The following two characters are to be replaced through proper checking of locations: // "0 M " (reph) // "Z" ) // "? " // "f" ) var array_one_length = array_one.length ; var modified_substring = document.getElementById("unicode_text").value ; //**************************************************************************************** // Break the long text into small bunches of max. max_text_size characters each. //**************************************************************************************** var text_size = document.getElementById("unicode_text").value.length ; var processed_text = '' ; //blank var sthiti1 = 0 ; var sthiti2 = 0 ; var chale_chalo = 1 ; var max_text_size = 6000; //************************************************************ // var max_text_size = chunksize; // alert(max_text_size); //************************************************************ while ( chale_chalo == 1 ) { sthiti1 = sthiti2 ; if ( sthiti2 < ( text_size - max_text_size ) ) { sthiti2 += max_text_size ; while (document.getElementById("unicode_text").value.charAt ( sthiti2 ) != ' ') {sthiti2--;} } else { sthiti2 = text_size ; chale_chalo = 0 } var modified_substring = document.getElementById("unicode_text").value.substring ( sthiti1, sthiti2 ) ; Replace_Symbols( ) ; processed_text += modified_substring ; //**************************************************************************************** // Breaking part code over //**************************************************************************************** // processed_text = processed_text.replace( /mangal/g , "Krutidev010" ) ; document.getElementById("legacy_text").value = processed_text ; } //************************************************** function Replace_Symbols( ) { // if string to be converted is non-blank then no need of any processing. if (modified_substring != "" ) { // first replace the two-byte nukta_varNa with corresponding one-byte nukta varNas. modified_substring = modified_substring.replace ( /$ M 0 M / /g , "«/ " ) ; modified_substring = modified_substring.replace ( /6 M 0 M / /g , "Ü z/ " ) ; modified_substring = modified_substring.replace ( / < / , "X " ) ; modified_substring = modified_substring.replace ( / < /g , "Y " ) ; modified_substring = modified_substring.replace ( / < /g , "Z " ) ; modified_substring = modified_substring.replace ( / < /g , "[ " ) ; modified_substring = modified_substring.replace ( /! < /g , "\ " ) ; modified_substring = modified_substring.replace ( /" < /g , "] " ) ; modified_substring = modified_substring.replace ( /( < /g , ") " ) ; modified_substring = modified_substring.replace ( /+ < /g , "^ " ) ; modified_substring = modified_substring.replace ( // < /g , "_ " ) ; modified_substring = modified_substring.replace ( /0 < /g , "1 " ) ; // code for replacing "? " (chhotee ee kii maatraa) with "f" and correcting its position too. var position_of_f = modified_substring.indexOf( "? " ) ; while ( position_of_f != -1 ) //while-02 { var character_left_to_f = modified_substring.charAt( position_of_f - 1 ) ; modified_substring = modified_substring.replace( character_left_to_f + "? " , "f" + character_left_to_f ) ; position_of_f = position_of_f - 1 ; while (( modified_substring.charAt( position_of_f - 1 ) == "M " ) & ( position_of_f != 0 ) ) { var string_to_be_replaced = modified_substring.charAt( position_of_f - 2 ) + "M " ; modified_substring = modified_substring.replace( string_to_be_replaced + "f", "f" + string_to_be_replaced ) ; position_of_f = position_of_f - 2 ; } position_of_f = modified_substring.search( /? / , position_of_f + 1 ) ; // search for f ahead of the current position. } // end of while-02 loop //************************************************************ // modified_substring = modified_substring.replace( /f0 M /g , "£" ) ; //************************************************************ // Eliminating "0 M " and putting Z at proper position for this. set_of_matras = "> ? @ A B C G H K L  : E " modified_substring += ' ' ; // add two spaces after the string to avoid UNDEFINED char in the following code. var position_of_half_R = modified_substring.indexOf( "0 M " ) ; // alert(" 21. position_of_half_R = " + position_of_half_R); //************************************************************************************ while ( position_of_half_R > 0 ) // while-03 { // "0 M " is two bytes long var probable_position_of_Z = position_of_half_R + 2 ; var character_at_probable_position_of_Z = modified_substring.charAt( probable_position_of_Z ) // alert(" 3. probable_position_of_Z = "+probable_position_of_Z ); // alert(" 4. character_at_probable_position_of_Z = "+character_at_probable_position_of_Z ); // trying to find non-maatra position right to probable_position_of_Z . while( set_of_matras.match( character_at_probable_position_of_Z ) != null ) // while-04 { probable_position_of_Z = probable_position_of_Z + 1 ; character_at_probable_position_of_Z = modified_substring.charAt( probable_position_of_Z ) ; // alert(" 5. probable_position_of_Z = "+probable_position_of_Z ); // alert(" 6. character_at_probable_position_of_Z = "+character_at_probable_position_of_Z ); } // end of while-04 //************************************************************ // check if the next character is a halant //************************************************************ var right_to_position_of_Z = probable_position_of_Z + 1 ; // alert(" 7. right_to_position_of_Z = "+right_to_position_of_Z ); if (right_to_position_of_Z > 0) // if-03 { var character_right_to_position_of_Z = modified_substring.charAt( right_to_position_of_Z ) // alert(" 8. character_right_to_position_of_Z = "+character_right_to_position_of_Z ); // while ("M ".match( character_right_to_position_of_Z ) != null ) // while-05 while ( character_right_to_position_of_Z == "M " ) // while-05 { // halant found, move to next character probable_position_of_Z = right_to_position_of_Z + 1 ; character_at_probable_position_of_Z = modified_substring.charAt( probable_position_of_Z ) ; // alert(" 9. probable_position_of_Z = "+probable_position_of_Z ); // alert("10. character_at_probable_position_of_Z = "+character_at_probable_position_of_Z ); right_to_position_of_Z = probable_position_of_Z + 1 ; character_right_to_position_of_Z = modified_substring.charAt( right_to_position_of_Z ) // alert("11. right_to_position_of_Z = "+right_to_position_of_Z ); // alert("12. character_right_to_position_of_Z = "+character_right_to_position_of_Z ); } // end of while-05 // alert("121. position_of_half_R = "+position_of_half_R); // alert("122. probable_position_of_Z = "+probable_position_of_Z); } // end of if-03 //************************************************************ string_to_be_replaced = modified_substring.substr ( position_of_half_R + 2,(probable_position_of_Z - position_of_half_R)-1) ; //************************************************************ // check if character_right_to_position_of_Z is a space // if (space.match(character_right_to_position_of_Z) != null) // { // string_to_be_replaced = string_to_be_replaced.substr(0,string_to_be_replaced.length - 1) // alert("13. string_to_be_replaced = "+string_to_be_replaced ); // alert("14. string_to_be_replaced.length ="+string_to_be_replaced.length); // } modified_substring = modified_substring.replace( "0 M " + string_to_be_replaced, string_to_be_replaced + "Z" ) ; // alert("15. string_to_be_replaced = "+string_to_be_replaced ); // alert("16. modified_substring = "+modified_substring ); position_of_half_R = modified_substring.indexOf( "0 M " ) ; // alert("17. position_of_half_R = "+position_of_half_R ) } // end of while-03 //*********************************************************** modified_substring = modified_substring.substr ( 0 , modified_substring.length - 2 ) ; //substitute array_two elements in place of corresponding array_one elements for( input_symbol_idx = 0; input_symbol_idx < array_one_length; input_symbol_idx++ ) { idx = 0 ; // index of the symbol being searched for replacement while (idx != -1 ) //whie-00 { modified_substring = modified_substring.replace( array_one[ input_symbol_idx ] , array_two[input_symbol_idx] ) idx = modified_substring.indexOf( array_one[input_symbol_idx] ) } // end of while-00 loop } // end of for loop } // end of IF statement meant to supress processing of blank string. modified_substring = modified_substring.replace( /Zksa/g , "ksZa" ) ; modified_substring = modified_substring.replace( /~ Z/g , "Z~" ) ; modified_substring = modified_substring.replace( /Zk/g , "kZ" ) ; modified_substring = modified_substring.replace( /Zh/g , "Ê" ) ; } // end of the function Replace_Symbols( ) } // end of Convert_Unicode_to_Krutidev010 function </script> </head> <!-- ---------------------------------------------------------------------------------- body of the HTML starts here. one text box is provided each for input and output. --> <BODY bgColor='yellow'><CENTER> <form name="form1"> <b>Krutidev-010</b> font text-box<br/> <textarea name="TextToConvert" id="legacy_text" cols="92" rows="6"></textarea> <br> <div align="middle"> <input type="button" name="converter" id="converter" value=" Convert to Unicode >> " onClick="convert_to_unicode();" accesskey="c" title="6 I 0 M    alt+c"> </div> <br> <b>Unicode</b> text-box<br/> <textarea name="ConvertedText" id="unicode_text" cols="92" rows="7"></textarea> <br /> <div align="middle"> <input type="button" id="converter" name="converter" value=" Convert to Krutidev-010 >> " onClick="Convert_to_Krutidev_010();" accesskey="c" </div> </form> </body> </html>