Skip to content
 
 

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages