Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.
/ unicode.js Public archive

A small javascript library to enable native input support in textfields.

License

Notifications You must be signed in to change notification settings

ankitpokhrel/unicode.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PACKAGE IS DEPRECATED AND IS NOT MAINTAINED ANYMORE.

unicode.js

A small javascript library to enable native input support in textfields.

Usage

Adding class="unicode" and lang="language" to normal input textfields and textarea will allow user to type directly in a specified language. It uses google transliteration lib for unicode purpose. So "language" can be the languages supported by google transliteration library.

<input type="text" class="unicode" lang="ne" />
<textarea class="unicode" lang="ru"></textarea>

The above code will allow the user to type directly in Nepali and Russian language.

About

A small javascript library to enable native input support in textfields.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published