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.
- checksums.yaml +4 -4
- metadata +8 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a100f76c8e748ba276e5cd196a617befc935fbbc57c6518a122212b14dbb3176
|
|
4
|
+
data.tar.gz: fd5b27c4dc76276477a5059ab079ad03e4625a8591a965295844317928f7f20b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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: []
|