comparison vendor/masterminds/html5/src/HTML5/Entities.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
1 <?php 1 <?php
2
2 namespace Masterminds\HTML5; 3 namespace Masterminds\HTML5;
3 4
4 /** 5 /**
5 * Entity lookup tables. 6 * Entity lookup tables.
6 * This class is automatically generated. 7 * This class is automatically generated.
7 */ 8 */
8 class Entities 9 class Entities
9 { 10 {
10
11 public static $byName = array( 11 public static $byName = array(
12 'Aacute' => 'Á', 12 'Aacute' => 'Á',
13 'Aacut' => 'Á', 13 'Aacut' => 'Á',
14 'aacute' => 'á', 14 'aacute' => 'á',
15 'aacut' => 'á', 15 'aacut' => 'á',
2229 'Zopf' => 'ℤ', 2229 'Zopf' => 'ℤ',
2230 'zopf' => '𝕫', 2230 'zopf' => '𝕫',
2231 'Zscr' => '𝒵', 2231 'Zscr' => '𝒵',
2232 'zscr' => '𝓏', 2232 'zscr' => '𝓏',
2233 'zwj' => '‍', 2233 'zwj' => '‍',
2234 'zwnj' => '‌' 2234 'zwnj' => '‌',
2235 ); 2235 );
2236 } 2236 }