Peter Johnson

Results 186 comments of Peter Johnson

In the case statement of https://github.com/delphidabbler/pashi/blob/787c0ba79e252ae730bb3477967e2c9ba007c80d/Src/UParams.pas#L666 Modify the code for `--language` & `--language-default` as follows: ```pascal siLanguage: begin var Param := GetStringParameter(Command); if (Param = '-') or (Param = 'neutral')...

Added `-` and `neutral` options to `--language` and `-l` commands and deprecated `--language-neutral` at commit a1713219e955162c5e11a55ce987aa334189683f

See also issue #60 that proposes adding a window to view PasHi's output. Could the two views be combined?

In the case statement of https://github.com/delphidabbler/pashi/blob/787c0ba79e252ae730bb3477967e2c9ba007c80d/Src/UParams.pas#L666 Modify the code for `--title` & `--title-default` as follows: ```pascal siTitle: begin var Param := GetStringParameter(Command); if Param = '-' then fConfig.Title := ''...

Implemented `title -` / `-t -` and deprecated `--title-default` at commit 26cd604

Implemented at PR #77 ad1b182330cb244063e5c3df2f3ee0f768e87384 Converted to table format in addition to fixing typo.

Could be a bit more complicated than it seemed at first. There's no documentation to be found on the net, just an article by someone trying to work it out...

***Not to be fixed - project archived***

For MBCS code pages need to find a one to one correspondence between [Windows code page identifiers](https://learn.microsoft.com/en-us/windows/win32/intl/code-page-identifiers) and the [HTML encoding name](https://encoding.spec.whatwg.org/#names-and-labels).

Most popular encodings on the Web are discussed at https://en.m.wikipedia.org/wiki/Popularity_of_text_encodings