RubyGems Navigation menu

latin_to_normal_character 0.0.4

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: ['ç', 'č'] D: ['Ð'] d: ['ð'] E: ['È', 'É', 'Ê', 'Ë', 'Ĕ'] e: ['è', 'é', 'ê', 'ë', 'ĕ'] G: ['Ğ', 'Ģ'] g: ['ğ', 'ģ'] I: ['Ì', 'Í', 'Î', 'Ï'] i: ['ì', 'í', 'î', 'ï'] N: ['Ñ'] n: ['ñ'] O: ['Ò', 'Ó', 'Ô', 'Õ', 'Ö', 'Ø'] o: ['ò', 'ó', 'ô', 'õ', 'ö' 'ø'] S: ['Ŝ', 'Ş'] s: ['ŝ', 'ş'] 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:

84695cb85288c836920f1acaa1460fe16f98fc48277d6a805e5e329564f9281b

Total downloads 10,733

For this version 1,482

Licenses:

N/A

Required Ruby Version: >= 0

Links: