Module: Gorillib::Utils::EdgeCases

Defined in:
lib/gorillib/utils/edge_cases.rb

Constant Summary collapse

STRINGS =
{
  :unicode_smileys => '٩(-̮̮̃-̃)۶ ٩(●̮̮̃•̃)۶ ٩(͡๏̯͡๏)۶ ٩(-̮̮̃•̃).',
  :internationalization => 'Intèrnatiònãlïzãtíon',
  :html_unsafe => 'Testing «Mònkêy Sí Monkè Dü»: 1<2 & 4+1>3, now 20% off!',

  :eastern_arabic_digits => '٠١٢٣٤٥٦٧٨٩',
  :bengali_digits        => '০১২৩৪৫৬৭৮৯',
}