https://github.com/azer/anglicize
Anglicize the special characters in given text
https://github.com/azer/anglicize
Last synced: 11 months ago
JSON representation
Anglicize the special characters in given text
- Host: GitHub
- URL: https://github.com/azer/anglicize
- Owner: azer
- Created: 2013-03-31T02:43:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T22:10:00.000Z (about 11 years ago)
- Last Synced: 2025-04-09T08:01:35.550Z (about 1 year ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## anglicize [](https://travis-ci.org/azer/anglicize)
Anglicizes special characters. See `lib/dict.js` to see supported languages.
### Install
```bash
$ npm install anglicize
```
### Usage
```bash
anglicize('ÂÇİĞÖŞÜÑ âçığöşüñ')
// => ACIGOSUN acigosun
```