Nepali Unicode

Type in Nepali Unicode


Project maintained by ankitpokhrel Hosted on GitHub Pages — Theme by mattgraham

Unicode Nepali Conversion Tool by Ankit Pokhrel

Description

A Unicode Nepali Conversion Tool. This tool uses Google Transliteration API to convert English to Nepali. The Google Closure Library is used for Rich Text Editor interface.

Installation

  1. Download, unzip and upload to your project directory
  2. Add init.js to your page
  3. Add required base.css and init.js to your page header.
<link rel="stylesheet" href="css/base.css" />
<script type="text/javascript" src="js/init.js"></script>
  1. Add the following HTML to your page wherever you want this app to appear.
<div id="converter">  
  <div id='toolbar'> </div>
  <div id='editMe'> </div>
</div>