Skip to content

Commit d476efd

Browse files
committed
Update readmes
1 parent d75a7e0 commit d476efd

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
# AnyAscii [![build](https://travis-ci.com/anyascii/anyascii.svg?branch=master)](https://travis-ci.com/anyascii/anyascii) [![packagist](https://img.shields.io/packagist/v/anyascii/anyascii)](https://packagist.org/packages/anyascii/anyascii)
1+
# AnyAscii [![build](https://travis-ci.com/anyascii/anyascii.svg?branch=master)](https://travis-ci.com/anyascii/anyascii)
22

33
Unicode to ASCII transliteration
44

55
[**Web Demo**](https://anyascii.com)
66

7-
Converts Unicode text to a reasonable representation using only ASCII.
7+
Converts Unicode text to a reasonable representation using only ASCII
88

9-
For most characters in Unicode, AnyAscii provides an ASCII-only replacement string.
10-
Text is converted character-by-character without considering the context.
11-
The mappings for each script are based on popular existing romanization schemes.
12-
Symbolic characters are converted based on their meaning or appearance.
13-
All ASCII characters in the input are left unchanged,
14-
every other character is replaced with printable ASCII characters.
15-
Unknown characters are removed.
9+
For most characters in Unicode, AnyAscii provides an ASCII-only replacement string. Text is converted character-by-character without considering the context. The mappings for each script are based on popular existing romanization schemes. Symbolic characters are converted based on their meaning or appearance. All ASCII characters in the input are left unchanged, every other character is replaced with printable ASCII characters. Unknown characters are removed.
1610

1711
```php
1812
$s = AnyAscii::transliterate('άνθρωποι');

0 commit comments

Comments
 (0)