Spell checking TP 7.0.9 where is an added word stored?

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Michael F
Posts: 9
Joined: Mon Jun 04, 2012 9:41 am

Spell checking TP 7.0.9 where is an added word stored?

Post by Michael F »

Hi,

I am using TextPad 7.0.9. I will soon change my computer. I have extensively used the F7 Spell checking tool and added many words to the dictionary.

Unfortunately I have not found where these added words are stored so that I can transfer them to the new system.

Please advise where they are stored so that I can move them. Also let me know if I can manually add words with TextPad rather than using the "Add" function from the Spell Checker.

Thanks.

--Michael
--Michael F
ben_josephs
Posts: 2461
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

The dictionaries are the *.TLX files in the directory named in Configure | Preferences | Folders | User dictionaries .

These files are Unicode UTF-16BE-encoded (16-bit, big-endian). They may contain characters that do not exist in your current code page, in which case it is not safe to edit them with TextPad; use a Unicode-capable editor instead.

Of course, you should not use the spell-checker to add words to a dictionary file and edit the file directly in the same TextPad session.
Michael F
Posts: 9
Joined: Mon Jun 04, 2012 9:41 am

Thanks!

Post by Michael F »

Hi Ben,

Many thanks for your reply.

Found all files and was able to save them.

Best regards,

Michael :D
Post Reply