any_ascii 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/data/005 +0 -0
- data/lib/data/030 +0 -0
- data/lib/data/0fb +0 -0
- data/lib/data/1d0 +0 -0
- data/lib/data/1d1 +4 -0
- metadata +10 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc6fcf3942caeafd510a93ddfcec9540961c43bba1f1796e8e6213132c8759aa
|
|
4
|
+
data.tar.gz: 7ed9834413956828f3d3b36d9370f64bb7db43b804f6048efdba0105f636d334
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd542b8f4c2c6eebb110c5468d13c1f3a3cbc1b756afc968ea395ff7274b96342ce6e3fabd9b534d9a333f0aba95d6a8caedd0dfe6212172ae90abab951a3804
|
|
7
|
+
data.tar.gz: dbcebfd6a648a38d3f91d4577490f9c2523a30b6eb34289a08587c8bb051867f8f74fa055afab3f48e39eb161def18921d81bb95da8ca53ee97909cf6c451f6e
|
data/lib/data/005
CHANGED
|
Binary file
|
data/lib/data/030
CHANGED
|
Binary file
|
data/lib/data/0fb
CHANGED
|
Binary file
|
data/lib/data/1d0
ADDED
|
Binary file
|
data/lib/data/1d1
ADDED
metadata
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: any_ascii
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hunter WB
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-09-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: Unicode to ASCII transliteration. Converts Unicode
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
description: Unicode to ASCII transliteration. Converts Unicode characters to their
|
|
14
|
+
best ASCII representation. AnyAscii provides ASCII-only replacement strings for
|
|
15
|
+
practically all Unicode characters. Text is converted character-by-character without
|
|
16
16
|
considering the context. The mappings for each script are based on popular existing
|
|
17
|
-
romanization
|
|
17
|
+
romanization systems. Symbolic characters are converted based on their meaning or
|
|
18
18
|
appearance. All ASCII characters in the input are left unchanged, every other character
|
|
19
|
-
is replaced with printable ASCII characters. Unknown characters
|
|
19
|
+
is replaced with printable ASCII characters. Unknown characters and some known characters
|
|
20
|
+
are replaced with an empty string and removed.
|
|
20
21
|
email: hunter@hunterwb.com
|
|
21
22
|
executables: []
|
|
22
23
|
extensions: []
|
|
@@ -325,6 +326,8 @@ files:
|
|
|
325
326
|
- lib/data/1b1
|
|
326
327
|
- lib/data/1b2
|
|
327
328
|
- lib/data/1bc
|
|
329
|
+
- lib/data/1d0
|
|
330
|
+
- lib/data/1d1
|
|
328
331
|
- lib/data/1d2
|
|
329
332
|
- lib/data/1d3
|
|
330
333
|
- lib/data/1d4
|