Update More MathML Entity Mappings

Bring up-to-date with Editor's copy of
XML Entity definitions for Characters
(W3C Working Draft 13 September 2009)
http://www.w3.org/2003/entities/2007doc/overview.html
This commit is contained in:
Jacques Distler 2009-09-25 14:34:22 -05:00
parent 31ed55f055
commit b438bc64f6

View file

@ -313,7 +313,7 @@ class String
'plussim' => '⨦', 'plussim' => '⨦',
'plustwo' => '⨧', 'plustwo' => '⨧',
'prod' => '∏', 'prod' => '∏',
'race' => '⧚', 'race' => '∽̱',
'roplus' => '⨮', 'roplus' => '⨮',
'rotimes' => '⨵', 'rotimes' => '⨵',
'rthree' => '⋌', 'rthree' => '⋌',
@ -721,8 +721,10 @@ class String
'nu' => 'ν', 'nu' => 'ν',
'Omega' => 'Ω', 'Omega' => 'Ω',
'omega' => 'ω', 'omega' => 'ω',
'phgr' => 'φ',
'Phi' => 'Φ', 'Phi' => 'Φ',
'phi' => 'ϕ', 'phi' => 'φ',
'phis' => 'ϕ',
'phiv' => 'φ', 'phiv' => 'φ',
'Pi' => 'Π', 'Pi' => 'Π',
'pi' => 'π', 'pi' => 'π',
@ -883,7 +885,7 @@ class String
'andv' => '⩚', 'andv' => '⩚',
'angrt' => '∟', 'angrt' => '∟',
'angsph' => '∢', 'angsph' => '∢',
'angst' => 'Å', 'angst' => 'Å',
'ap' => '≈', 'ap' => '≈',
'apacir' => '⩯', 'apacir' => '⩯',
'awconint' => '∳', 'awconint' => '∳',
@ -1406,7 +1408,7 @@ class String
'nbsp' => ' ', 'nbsp' => ' ',
'not' => '¬', 'not' => '¬',
'num' => '#', 'num' => '#',
'ohm' => 'Ω', 'ohm' => 'Ω',
'ordf' => 'ª', 'ordf' => 'ª',
'ordm' => 'º', 'ordm' => 'º',
'para' => '¶', 'para' => '¶',
@ -2177,7 +2179,14 @@ class String
'wedge' => '∧', 'wedge' => '∧',
'wp' => '℘', 'wp' => '℘',
'wr' => '≀', 'wr' => '≀',
'zeetrf' => 'ℨ' 'zeetrf' => 'ℨ',
'AMP' => '&#x0026',
'COPY' => '&#x00A9',
'GT' => '&#x003E',
'LT' => '&#x003C',
'QUOT' => '&#x0022',
'REG' => '&#x00AE',
'TRADE' => '&#x2122'
} }
#:startdoc: #:startdoc: