Changeset 500

Show
Ignore:
Timestamp:
2007-07-23 11:14:51 (18 months ago)
Author:
martinkou
Message:

Fixed #983 : Added some missing XHTML 1.0 entity codes to the FCKXHtmlEntities translation table.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fckxhtmlentities.js

    r132 r500  
    134134                        '⊥':'perp', 
    135135                        '⋅':'sdot', 
     136                        '\u2308':'lceil', 
     137                        '\u2309':'rceil', 
     138                        '\u230a':'lfloor', 
     139                        '\u230b':'rfloor', 
     140                        '\u2329':'lang', 
     141                        '\u232a':'rang', 
    136142                        '◊':'loz', 
    137143                        '♠':'spades', 
     
    309315                                'χ':'chi', 
    310316                                'ψ':'psi', 
    311                                 'ω':'omega' 
     317                                'ω':'omega', 
     318                                '\u03d1':'thetasym', 
     319                                '\u03d2':'upsih', 
     320                                '\u03d6':'piv' 
    312321                        } ; 
    313322