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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 519f210e9b287cccb3f340cff260900276b05306e279579601eba6381523edaf
4
- data.tar.gz: 4c8dc6694ac26c89e13bd8b8b88759025ebdae6e8ee9b5ecaf4ac99371033388
3
+ metadata.gz: fc6fcf3942caeafd510a93ddfcec9540961c43bba1f1796e8e6213132c8759aa
4
+ data.tar.gz: 7ed9834413956828f3d3b36d9370f64bb7db43b804f6048efdba0105f636d334
5
5
  SHA512:
6
- metadata.gz: 7e472c517c8084adc2eef533b8aa3818d8139b6a64222011be97bcaf87d6a0e6a6c3b68df2dc4798c1728ba81ce129e7269315d376d87bc6e4b51c2e3cbe77a7
7
- data.tar.gz: 922e7622d776eb0bea35281726685d6a240bfbba510254e482e741aaa39589fd32236866ad9c007dd3c7ef0fa7e85666351374cf3b13a54bdc1cb57775ca9151
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
@@ -0,0 +1,4 @@
1
+ ���
2
+ �0E��;B
3
+ &XB7��Uڝ"ԝ *.���NJ�b��{����1UKL\�Ѕ��h
4
+ B A�Vb O֨/2lFfIH�)�%`�R8��u;&�{�I8����''�o�ߨ���������•gN�1���.��ϲ$/)��Z�Zʭܺi �'�_����z:�=�
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.2.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-04-18 00:00:00.000000000 Z
11
+ date: 2021-09-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Unicode to ASCII transliteration. Converts Unicode text to a reasonable
14
- representation using only ASCII. For most characters in Unicode, AnyAscii provides
15
- an ASCII-only replacement string. Text is converted character-by-character without
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 schemes. Symbolic characters are converted based on their meaning or
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 are removed.
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