Changeset b92a674 in github
- Timestamp:
- Oct 15, 2008 3:44:41 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 701b9a7
- Parents:
- b214f8d
- Location:
- program/js/tiny_mce/plugins/spellchecker/classes
- Files:
-
- 2 edited
-
GoogleSpell.php (modified) (1 diff)
-
PSpell.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php
rded7139 rb92a674 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 -
program/js/tiny_mce/plugins/spellchecker/classes/PSpell.php
r4ca10b8 rb92a674 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.
