Skip to content

ravikasbe/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

 
 
 

Contributors

Languages

  • HTML 63.3%
  • JavaScript 21.2%
  • CSS 15.5%