An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## anglicize [![Build Status](https://travis-ci.org/azer/anglicize.png)](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
```