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:
parent
31ed55f055
commit
b438bc64f6
|
@ -313,7 +313,7 @@ class String
|
|||
'plussim' => '⨦',
|
||||
'plustwo' => '⨧',
|
||||
'prod' => '∏',
|
||||
'race' => '⧚',
|
||||
'race' => '∽̱',
|
||||
'roplus' => '⨮',
|
||||
'rotimes' => '⨵',
|
||||
'rthree' => '⋌',
|
||||
|
@ -721,8 +721,10 @@ class String
|
|||
'nu' => 'ν',
|
||||
'Omega' => 'Ω',
|
||||
'omega' => 'ω',
|
||||
'phgr' => 'φ',
|
||||
'Phi' => 'Φ',
|
||||
'phi' => 'ϕ',
|
||||
'phi' => 'φ',
|
||||
'phis' => 'ϕ',
|
||||
'phiv' => 'φ',
|
||||
'Pi' => 'Π',
|
||||
'pi' => 'π',
|
||||
|
@ -883,7 +885,7 @@ class String
|
|||
'andv' => '⩚',
|
||||
'angrt' => '∟',
|
||||
'angsph' => '∢',
|
||||
'angst' => 'Å',
|
||||
'angst' => 'Å',
|
||||
'ap' => '≈',
|
||||
'apacir' => '⩯',
|
||||
'awconint' => '∳',
|
||||
|
@ -1406,7 +1408,7 @@ class String
|
|||
'nbsp' => ' ',
|
||||
'not' => '¬',
|
||||
'num' => '#',
|
||||
'ohm' => 'Ω',
|
||||
'ohm' => 'Ω',
|
||||
'ordf' => 'ª',
|
||||
'ordm' => 'º',
|
||||
'para' => '¶',
|
||||
|
@ -2177,7 +2179,14 @@ class String
|
|||
'wedge' => '∧',
|
||||
'wp' => '℘',
|
||||
'wr' => '≀',
|
||||
'zeetrf' => 'ℨ'
|
||||
'zeetrf' => 'ℨ',
|
||||
'AMP' => '&',
|
||||
'COPY' => '©',
|
||||
'GT' => '>',
|
||||
'LT' => '<',
|
||||
'QUOT' => '"',
|
||||
'REG' => '®',
|
||||
'TRADE' => '™'
|
||||
}
|
||||
#:startdoc:
|
||||
|
||||
|
|
Loading…
Reference in a new issue