Re: [FFmpeg-devel] [PATCH v2 3/3] avcodec/ass: specify a permissive encoding

2022-11-13 Thread Oneric
On Sun, Nov 13, 2022 at 21:15:04 +0100, Oneric wrote: > To apply the third patch you may use v1 or the attached patch file. The list also stripped the CRLF line endings from the (quoted-printable encoded) attachments :( Also no patchwork download has unmangled line endings anymore. All v1 patches

Re: [FFmpeg-devel] [PATCH v2 3/3] avcodec/ass: specify a permissive encoding

2022-11-13 Thread Oneric
For some reason this message for the third patch was sent out as plain 7-bit us-ASCII, stripping the CRLF line endings. Using the very same git send-email command line except for an added --to= for sending it directly to myself, yields the expected "printed-quotable" encoded message preserving the

[FFmpeg-devel] [PATCH v2 3/3] avcodec/ass: specify a permissive encoding

2022-11-13 Thread Oneric
The Encoding field (and the \fe tag) allows to limit font selection to only those fonts declaring support for the specified codepage in their OS/2's table "Code Page Character Range" field. Particularly, Encoding=0 means only font's declaring support for "ANSI", or rather "Latin (Western European)"