Skip to content

JackDanger/without_accents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Without Accents

Turns Ü into U and Î into I. That sorta thing. Great for if you're doing text processing and you want to handle multibyte strings simply or limit text to English characters only.

This project is not meant to disparage any culture that uses non-English characters, only to make English-only services and products easier to develop.

HowTo

require 'without_accents'
"á Ä È ÊìÎòÔÜçñ�".without_accents => # "a A E EiIoOUcn"

Patches welcome, forks celebrated.

Copyright (c) 2011 Jack Danger Canty. Released under the MIT License.

About

Convert certain unicode/8-bit characters into their simplified visual counterparts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages