Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkamel/to_ascii
Convert locale dependent characters
https://github.com/mrkamel/to_ascii
Last synced: 23 days ago
JSON representation
Convert locale dependent characters
- Host: GitHub
- URL: https://github.com/mrkamel/to_ascii
- Owner: mrkamel
- Created: 2012-02-29T16:48:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T07:37:15.000Z (about 8 years ago)
- Last Synced: 2024-10-09T16:47:27.998Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# to_ascii
Convert locale dependent characters to the appropriate ascii versions.
irb> "müde".to_ascii
=> "muede"