Changeset 1981 in subversion
- Timestamp:
- Oct 15, 2008 3:44:41 AM (5 years ago)
- Location:
- trunk/roundcubemail/program/js/tiny_mce/plugins/spellchecker/classes
- Files:
-
- 2 edited
-
GoogleSpell.php (modified) (1 diff)
-
PSpell.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php
r1652 r1981 39 39 40 40 if (count($matches) > 0) 41 $sug = explode("\t", utf8_encode($this->_unhtmlentities($matches[0][4])));41 $sug = explode("\t", $this->_unhtmlentities($matches[0][4])); 42 42 43 43 // Remove empty -
trunk/roundcubemail/program/js/tiny_mce/plugins/spellchecker/classes/PSpell.php
r1651 r1981 38 38 39 39 for ($i=0; $i<count($words); $i++) 40 $words[$i] = utf8_encode($words[$i]);40 $words[$i] = $words[$i]; 41 41 42 42 return $words;
Note: See TracChangeset
for help on using the changeset viewer.
