Skip to content

Commit a3b1ce7

Browse files
committed
Update readmes
1 parent 0e88f7a commit a3b1ce7

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
@@ -4,15 +4,9 @@ Unicode to ASCII transliteration
44

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

7-
Converts Unicode text to a reasonable representation using only ASCII.
8-
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.
7+
Converts Unicode text to a reasonable representation using only ASCII
8+
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
```go
1812
import "github.com/anyascii/go"

0 commit comments

Comments
 (0)