unicode range generator
I made a simple utility for generating unicode range for actionscript. Since I use FD over Flash these days, I tend to use more of scripted embedding for fonts. And I just couldn’t bother to remember any of those unicode codes!
Why bother to make this? Well if its English based site, “Basic Latin” should be suitable, but when its Japanese then its a different story. I wanted to specify every unique word to limit the file size.
Thanks to jQuery. Couldn’t be any easier.
unicode range generator
[EDIT]
Seems options like “Japanese (All)” doesn’t work on IE6. I don’t know why but maybe loop is too big?

