Skip to content

Convert Greek accented letters to the respective non-accented uppercase letters.

License

Notifications You must be signed in to change notification settings

stayhero/greek-upperchar-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greek-upperchar-js

Convert Greek accented letters to the respective non-accented uppercase letters.

More info: https://bugzilla.mozilla.org/show_bug.cgi?id=307039

Example

ά -> α
έ -> ε

and

άι -> αϊ
άυ -> αϋ

Installation

In the browser:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="src/jquery.greek-upperchar.js"></script>
<script>$(function(){ $('.upper').greekUpperChar(); });</script>

Requirements

jQuery

About

Convert Greek accented letters to the respective non-accented uppercase letters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published