RubyGems Navigation menu

latin_to_normal_character 0.0.3

This will replace the Latin character inside a string to correspond to normal character example: à to a. Usage: LatinToNormalCharacter.transform('ThÏs ís  strìng wÌth Lãtîn úñîcÔdë.') and will return a string value of "ThIs is A string wIth Latin unicOde. List of supported latin characters: A: ['À', 'Á', 'Â', 'Ã', 'Ä', 'Å', 'Æ'] a: ['à', 'á', 'â', 'ã', 'ä', 'å', 'æ'] C: ['Ç'] c: ['ç'] E: ['È', 'É', 'Ê', 'Ë'] e: ['è', 'é', 'ê', 'ë'] I: ['Ì', 'Í', 'Î', 'Ï'] i: ['ì', 'í', 'î', 'ï'] D: ['Ð'] d: ['ð'] N: ['Ñ'] n: ['ñ'] O: ['Ò', 'Ó', 'Ô', 'Õ', 'Ö', 'Ø'] o: ['ò', 'ó', 'ô', 'õ', 'ö' 'ø'] U: ['Ù', 'Ú', 'Û', 'Ü'] u: ['ù', 'ú', 'û', 'ü'] Y: ['Ý'] y: ['ý'] "

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.0.7 - March 24, 2020 (7 KB)
  2. 0.0.6 - March 24, 2020 (7 KB)
  3. 0.0.5 - March 20, 2020 (7 KB)
  4. 0.0.4 - March 19, 2020 (5 KB)
  5. 0.0.3 - March 19, 2020 (5 KB)
Show all versions (7 total)

Owners:

Pushed by:

Authors:

  • Mark Gerald Cabatingan

SHA 256 checksum:

cd0b072b33dbf48d1bbb2ed063d0dfc37e1b1a11a230c0ff8fcd8f249c0ae458

Total downloads 10,733

For this version 1,447

Licenses:

N/A

Required Ruby Version: >= 0

Links: