paladin1
  • Joined on 2021-02-23
paladin1 commented on issue paladin1/scriptura#9 2023-10-22 04:29:52 +00:00
Pane goes blank after switching

I was not able to reproduce his problem with his existing environment settings or installed modules with any of xterm, urxvt, or kitty. I think it might be an issue with memory or file loading…

paladin1 closed issue paladin1/scriptura#9 2023-10-22 04:29:52 +00:00
Pane goes blank after switching
paladin1 opened issue paladin1/scriptura#9 2023-10-22 04:26:01 +00:00
Pane goes blank after switching
paladin1 opened issue paladin1/scriptura#8 2023-04-22 21:01:17 +00:00
Implement OSISVariants
paladin1 commented on issue paladin1/scriptura#5 2023-04-22 20:58:52 +00:00
Improve multibyte character handling

Found out later about MarkupFilters, which can force output into a particular character set. From the listserv:

I do have another question regarding the construction of MarkupFilterMgr. If…

paladin1 reopened issue paladin1/scriptura#5 2023-04-22 20:58:52 +00:00
Improve multibyte character handling
paladin1 commented on issue paladin1/scriptura#5 2023-03-03 01:16:50 +00:00
Improve multibyte character handling

It is actually the removal of wide-character use that was required, and the alteration of how titlebars are rendered.

Fixed by [0a8acd40cce97a7b77835942875a76cac500f901](https://tildegit.org/pal

paladin1 closed issue paladin1/scriptura#5 2023-03-03 01:16:50 +00:00
Improve multibyte character handling
paladin1 pushed to main at paladin1/scriptura 2023-03-03 01:07:02 +00:00
0a8acd40cc Resolution of improper multibyte rendering.
8959f4ef97 Commit to log changes in progress for retooling away from wide character strings:
8bf642a8a9 Use swmgr's module type constants intead of magic strings.
90bb1d499c Bugfix for issue #4: crash with non-existent default module.
0e430dcd9e Makefile patch for package building. Code change to handle warnings.
Compare 5 commits »
paladin1 pushed to dev at paladin1/scriptura 2023-03-03 01:04:50 +00:00
0a8acd40cc Resolution of improper multibyte rendering.
8959f4ef97 Commit to log changes in progress for retooling away from wide character strings:
8bf642a8a9 Use swmgr's module type constants intead of magic strings.
Compare 3 commits »
paladin1 commented on issue paladin1/scriptura#5 2023-01-01 01:53:35 +00:00
Improve multibyte character handling

It is indeed a multibyte rendering issue:

sword::SWModule *text = swrd.getModule("CzeCSP");
const char* desc = text->getDescription();
fprintf(stderr, "%s\n", desc);

outputs:

paladin1 opened issue paladin1/scriptura#7 2022-12-28 22:12:53 +00:00
Implement footnote handling
paladin1 closed issue paladin1/scriptura#6 2022-12-27 22:40:25 +00:00
Alter scabbard to use SWORD's defined module type constants
paladin1 opened issue paladin1/scriptura#6 2022-12-27 22:28:41 +00:00
Alter scabbard to use SWORD's defined module type constants
paladin1 commented on issue paladin1/scriptura#5 2022-12-27 22:16:13 +00:00
Improve multibyte character handling

CzeCSP module information is available here.

This does appear to be a bug. Scriptura renders the module description as…

paladin1 closed issue paladin1/scriptura#4 2022-12-27 20:52:55 +00:00
Make program resilient to non-existent default module
paladin1 pushed to dev at paladin1/scriptura 2022-12-27 20:49:33 +00:00
90bb1d499c Bugfix for issue #4: crash with non-existent default module.
0e430dcd9e Makefile patch for package building. Code change to handle warnings.
Compare 2 commits »
paladin1 opened issue paladin1/scriptura#5 2022-12-03 21:37:02 +00:00
Possible non-English rendering issue