Login   Register  
PHP Classes
elePHPant
Icontem

File: Example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of sunish  >  ISCII Unicode Manager  >  Example.php  >  Download  
File: Example.php
Role: Example script
Content type: text/plain
Description: Example
Class: ISCII Unicode Manager
Convert Hindi text in ISCII to Unicode
Author: By
Last change: Changed header
Date: 2007-07-04 09:29
Size: 274 bytes
 

Contents

Class file image Download
<?php

require_once("UnicodeManager.class.php");

$converter = new UnicodeManager();

header('Content-Type: text/html; charset=utf-8');
print 
"<BR>"$converter->convert2utf("ºèÔÚÏ ÊÚºÏÚ  Ì³è³Ú ÂÛÑ ÂޤϠÌÞ¢µÉÑÜ µÆèÆÚ ÏåÈÚ ¨¿Ä  ÌÞ¢µ  ×åÍÚÊÜÆ µá¢ØÞ¡ ÊÛÈÝÑ ");


?>