Page 1 of 1

Unicode spellform

Posted: Thu Sep 02, 2010 9:28 am
by JimHawkins
Has anyone programmed some sensibly unicode-enabled spellforms that work in D7? They use things like TLabel, which is ok on newer delphi versions.

I'm implementing the Hunspell interface, but having a lot of problems. For example, the spell form really should load the same font and code page as the editor text. Looks like I'll have to write my own, using TNT components, and add a lot more font and code-page aware stuff to make the spell-checking useful. :-((