drdhaval2785 / SanskritSorting

Codes written by Dr. Dhaval Patel for Sanskrit Natural Language Programming
2 stars 1 forks source link

abhI error - conversion to Devanagari / json_encode error #43

Closed drdhaval2785 closed 9 years ago

drdhaval2785 commented 9 years ago

As an offshoot from #42 there was one issue in which 'abhI' was sorted separately. I examined it. There seem to be some conversion error while converting it to devanAgarI, because the json_encode gives 'null' in that case.

gasyoun commented 9 years ago

Let there be light.

drdhaval2785 commented 9 years ago

Error was in multi13.php on the following line $delimiters = " \-*()@\ "; There was a long dash in between which was causing problem in conversion. Now cleaned up.