Version 1
[yaffs-website] / web / core / lib / Drupal / Component / Transliteration / data / x00.php
diff --git a/web/core/lib/Drupal/Component/Transliteration/data/x00.php b/web/core/lib/Drupal/Component/Transliteration/data/x00.php
new file mode 100644 (file)
index 0000000..fd7c3f7
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+/**
+ * @file
+ * Generic transliteration data for the PhpTransliteration class.
+ */
+
+$base = [
+  // Note: to save memory plain ASCII mappings have been left out.
+  0x80 => '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
+  0x90 => '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
+  0xA0 => ' ', '!', 'C/', 'PS', '$?', 'Y=', '|', 'SS', '"', '(C)', 'a', '<<', '!', '-', '(R)', '-',
+  0xB0 => 'deg', '+-', '2', '3', '\'', 'm', 'P', ':', ',', '1', 'o', '>>', ' 1/4', ' 1/2', ' 3/4', '?',
+  0xC0 => 'A', 'A', 'A', 'A', 'A', 'A', 'AE', 'C', 'E', 'E', 'E', 'E', 'I', 'I', 'I', 'I',
+  0xD0 => 'D', 'N', 'O', 'O', 'O', 'O', 'O', '*', 'O', 'U', 'U', 'U', 'U', 'Y', 'TH', 'ss',
+  0xE0 => 'a', 'a', 'a', 'a', 'a', 'a', 'ae', 'c', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i',
+  0xF0 => 'd', 'n', 'o', 'o', 'o', 'o', 'o', '/', 'o', 'u', 'u', 'u', 'u', 'y', 'th', 'y',
+];