Unicode spellform

General TRichView support forum. Please post your questions here
Post Reply
JimHawkins
Posts: 16
Joined: Thu Sep 02, 2010 9:21 am
Location: England
Contact:

Unicode spellform

Post 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. :-((
Post Reply