Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Word (text) processor
#18
(08-29-2023, 06:00 PM)krovit Wrote: Basically there is only to do some changes to manage accents and special characters.

You're better off sticking with Libreoffice or other "big" word processor for that. Otherwise, Unicode is a real pain and it's not possible to save "plain" text files with it. The interpretation of "plain" text could vary, not necessarily Code Page 437 which is the default on QB64.

On Windows might have to do Win API for "Rich Text", for a GUI control that supports fonts, styles like underlining, colors and Unicode.

Vim might support Unicode on Linux, but saving a text file like that is going to include assumptions. Some terminals support UTF-8 which is one assumption. However, change the code page and the text could be ruined.

One compromise is to write a text editor like Word Perfect v5.1 which could highlight certain characters as Unicode. Then at the request of the user, do a WYSIWYG with Unicode in a graphics screen. Like that "s" with cedilla I see in a few Romanian and Turkish words, or the "double-accented o" in Hungarian. But writing like that is impractical for somebody that wants to use an Asian language with its own writing system.
Reply


Messages In This Thread
Word (text) processor - by krovit - 08-25-2023, 08:07 AM
RE: Word (text) processor - by Dimster - 08-25-2023, 07:16 PM
RE: Word (text) processor - by SMcNeill - 08-25-2023, 07:31 PM
RE: Word (text) processor - by grymmjack - 08-28-2023, 12:07 PM
RE: Word (text) processor - by SMcNeill - 08-28-2023, 12:36 PM
RE: Word (text) processor - by grymmjack - 09-02-2023, 04:38 PM
RE: Word (text) processor - by krovit - 08-28-2023, 10:44 AM
RE: Word (text) processor - by TerryRitchie - 08-28-2023, 03:30 PM
RE: Word (text) processor - by bplus - 08-28-2023, 03:34 PM
RE: Word (text) processor - by krovit - 08-29-2023, 08:06 AM
RE: Word (text) processor - by bplus - 08-29-2023, 02:32 PM
RE: Word (text) processor - by krovit - 08-29-2023, 04:51 PM
RE: Word (text) processor - by bplus - 08-29-2023, 05:16 PM
RE: Word (text) processor - by SMcNeill - 08-29-2023, 05:19 PM
RE: Word (text) processor - by krovit - 08-29-2023, 05:35 PM
RE: Word (text) processor - by mnrvovrfc - 08-29-2023, 05:45 PM
RE: Word (text) processor - by TerryRitchie - 08-29-2023, 06:16 PM
RE: Word (text) processor - by krovit - 08-29-2023, 06:00 PM
RE: Word (text) processor - by mnrvovrfc - 08-29-2023, 08:46 PM
RE: Word (text) processor - by krovit - 08-30-2023, 11:15 AM



Users browsing this thread: 1 Guest(s)