Homepages
Book
s
Music
Images
Open Source
Supported by E-KHMER.COM
TITLE
Khmer font converting tool
LICENSE
BSD
LANGUAGE
PHP
HOW TO USE
:
1.
Convert from ABC font to Unicode
<?php
include("khmer.php");
$khstr = new khmer("Your ABC text",0,1);
echo $khstr->kh();
?>
2.
Convert from Unicode font to ABC
<?php
include("khmer.php");
$khstr = new khmer("Your Unicode text",1,0);
echo $khstr->kh();
?>
DOWNLOAD
Khmer.zip
|
View Code
|
License
FAQ
Khmer
|
English
DISCUSS
Khmer
|
English
Home
|
Contact Us
2002-2008 © E-khmer.com