
We are pleased to announce the availability of ZawGyi to Myanmar Unicode Converter Web Service for Myanmar web developers and software developers who want to use both ZawGyi and Myanmar Unicode in their web site or software application. Feel free to use our converter web service at
http://whizzosystem.com/zawgyi-to-myanmar3.php?wsdl
Our web service base on wsdl and can use any web development languages (PHP, ASP.NET, JSP and Javascript). It is totally free and we will not have a plan to charge in future. If you have any suggestion or problem about usage of web service, contact us via info@whizzosystem.com.

Download ZawGyi to Myanmar Unicode Converter WebService Library
Put following lines to your ASP.NET code:
<script runat="server">
protected void btnConvert_Click(object sender, EventArgs e)
{
ZawgyiToMyanmar3 converter = new ZawgyiToMyanmar3();
ConvertedString=converter.CallZawgyiToMyanmar3("");
Response.Write(ConvertedString);
}
</script>

Download ZawGyi to Myanmar Unicode Converter WebService Library
Put following lines to your PHP code:
<?php
require_once('lib.php');
$converted_string= ZawgyiToMyanmar3('');
echo $converted_string;
?>
