Sha256: 665f796d952108381de466828e4a15604e1e32efceb64f9f09c9071176816667
Contents?: true
Size: 676 Bytes
Versions: 5
Compression:
Stored size: 676 Bytes
Contents
# -*- coding: utf-8 -*- module Gorillib module Utils module EdgeCases # Thanks http://www.geertvanderploeg.com/unicode-gen/ ! # For more fun, see http://www.tamasoft.co.jp/en/general-info/unicode.html 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 => '০১২৩৪৫৬৭৮৯', } end end end
Version data entries
5 entries across 5 versions & 1 rubygems