PHP Classes

File: Example.php

Recommend this page to a friend!
  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: 16 years ago
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("ºèÔÚÏ ÊÚºÏÚ Ì³è³Ú ÂÛÑ ÂÞ¤Ï ÌÞ¢µÉÑÜ µÆèÆÚ ÏåÈÚ ¨¿Ä ÌÞ¢µ ×åÍÚÊÜÆ µá¢ØÞ¡ ÊÛÈÝÑ ");


?>