pashi icon indicating copy to clipboard operation
pashi copied to clipboard

Enable more encodings with `--encoding` command

Open delphidabbler opened this issue 2 years ago • 2 comments

Enable the following output encodings:

  • [ ] Any MBCS encoding simply by specifying the "code page" number as a parameter.

  • [ ] Add Unicode Big Endian encoding.

delphidabbler avatar May 28 '23 18:05 delphidabbler

For MBCS code pages need to find a one to one correspondence between Windows code page identifiers and the HTML encoding name.

delphidabbler avatar Sep 16 '24 18:09 delphidabbler

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

delphidabbler avatar Sep 16 '24 19:09 delphidabbler