latin_to_normal_character 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +8 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e87ab8618974d11d38c0ea0a982901c3e145ec88d2b12f00b33f1c8be5a07c5d
4
- data.tar.gz: 0e47753cce020a18836b80462e51d6cb65fa24ef074352f15cf525324067a89c
3
+ metadata.gz: a100f76c8e748ba276e5cd196a617befc935fbbc57c6518a122212b14dbb3176
4
+ data.tar.gz: fd5b27c4dc76276477a5059ab079ad03e4625a8591a965295844317928f7f20b
5
5
  SHA512:
6
- metadata.gz: 337d8f07e61cc7ef6ba55463a9f5771ff1428915bf2f9b249107f2f323f705f8696256bfdabdd36102f9dcc25b266db9d1205a2a37244ed2446248e4e06203ef
7
- data.tar.gz: dabb078877e0f31beb77b0030c98a4121f0bcbcc60bb922ecab07770f6e4b89547dd5099ddc3e5bd9aaa729f571b93202d08d19775efca990754708f70becc5b
6
+ metadata.gz: d14fe61c158494cbccb87dcfdce208e03e40c578fcdc150bfc5b8d2709a6262a39322c15dc2493241c70f41827dd4979b5af1c43f9d616fdab5bb5c2295dc482
7
+ data.tar.gz: 8558e138c5202cd4b70ab532d939eb840fe758f2ff1156a8f9fa30d70d21874ee111428efc97967c6017a6b044bb6c2b34a6256b56c7318092c318a300c35aa2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: latin_to_normal_character
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gerald Cabatingan
@@ -13,7 +13,13 @@ dependencies: []
13
13
  description: "This will replace the Latin character inside a string to correspond
14
14
  to normal character example: à to a.\n\n Usage: \n LatinToNormalCharacter.transform('ThÏs
15
15
  ís  strìng wÌth Lãtîn úñîcÔdë.')\n and will return a string value of \"ThIs
16
- is A string wIth Latin unicOde.\""
16
+ is A string wIth Latin unicOde.\n\n List of supported latin characters:\n A:
17
+ ['À', 'Á', 'Â', 'Ã', 'Ä', 'Å', 'Æ']\n a: ['à', 'á', 'â', 'ã', 'ä', 'å', 'æ']\n
18
+ \ C: ['Ç']\n c: ['ç']\n E: ['È', 'É', 'Ê', 'Ë']\n e: ['è', 'é', 'ê',
19
+ 'ë']\n I: ['Ì', 'Í', 'Î', 'Ï']\n i: ['ì', 'í', 'î', 'ï']\n D: ['Ð']\n d:
20
+ ['ð']\n N: ['Ñ']\n n: ['ñ']\n O: ['Ò', 'Ó', 'Ô', 'Õ', 'Ö', 'Ø']\n o:
21
+ ['ò', 'ó', 'ô', 'õ', 'ö' 'ø']\n U: ['Ù', 'Ú', 'Û', 'Ü']\n u: ['ù', 'ú', 'û',
22
+ 'ü']\n Y: ['Ý']\n y: ['ý']\n \""
17
23
  email: markgeraldcabatingan@gmail.com
18
24
  executables: []
19
25
  extensions: []