AM doing a letter frequency analyzer program just like this website http://www.characterfrequencyanalyzer.com/, but i don't know the right algorithm. Of course simple looping should work if it where just english letters, but the trick is it should work with unicode letters like arabic ,chinese etc.
how do i do this? if i can get sample code in vb.net or php, or an algol, i would be thankful.
thanks