I have kazakh dictionary to aspell.
Via terminal(ubuntu) the kazakh dictionary works, via pspell not works.
But, Pspell works by en, british dictionary. My code: `
<?php
$pspell = pspell_new("kk","","","utf-8");
$wors = "темір";
if(pspell_check($pspell, $wors)){
print_r($pspell);
echo "Correct";
} else {
var_dump($pspell);
echo "Mistake";
}`
Aucun commentaire:
Enregistrer un commentaire