O.P. RE: [release] Letter Counter
I didn't add support for non-ascii, in the current trunk I use the charCode to track the letters. You should be able to expand the code to let it track special characters too. However I guess you want the ö to be counted as a normal o right? That will be harder, you'll need some logic to map the ö to the normal o.
That said, I don't really maintain the script anymore (last update was 2 years ago), so if you know any jscript you could fork it I guess and try to implement it.
EDIT: The part of the code where it counts the numbers is (in the current trunk) from line 92 till 98.
This post was edited on 07-14-2008 at 11:16 PM by Ezra.
|