Re: iconv() EILSEQ

2020-12-11 Thread Thorsten Glaser via austin-group-l at The Open Group
Geoff Clare via austin-group-l at The Open Group dixit: >since the standard requires the POSIX locale to have 256 valid >single-byte characters. WTF, how is *that* supposed to be implemented? I guess I could use ASCII as the first half and map the other 128 to U+EF80‥U+EFFF though (which I have

[1003.1(2016/18)/Issue7+TC2 0001433]: The use of carriage-return in pr

2020-12-11 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://austingroupbugs.net/view.php?id=1433 == Reported By:andras_farkas Assigned To:

[Online Pubs 0001432]: Possible rendering bug in webpage for pr utility?

2020-12-11 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://austingroupbugs.net/view.php?id=1432 == Reported By:andras_farkas Assigned To:

[Online Pubs 0001432]: Possible rendering bug in webpage for pr utility?

2020-12-11 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been SUBMITTED. == https://austingroupbugs.net/view.php?id=1432 == Reported By:andras_farkas Assigned To:

Re: clarification needed: shell 'exec' + function (builtin, ???)

2020-12-11 Thread Steffen Nurpmeso via austin-group-l at The Open Group
Hallo Jörg. Joerg Schilling wrote in <2020124507.zccfs%sch...@schily.net>: |"Steffen Nurpmeso via austin-group-l at The Open Group" wrote: |> Joerg Schilling wrote in |> <20201210004945.i3n8e%sch...@schily.net>: |>|Steffen Nurpmeso wrote: |>|> this is an iconv(3)-related error that

Re: iconv() EILSEQ (was: clarification needed: shell 'exec' + function)

2020-12-11 Thread Steffen Nurpmeso via austin-group-l at The Open Group
Geoff Clare wrote in <20201211100245.GA1627@localhost>: |Steffen Nurpmeso wrote, on 10 Dec 2020: |> |> While talking about iconv, i got closed glibc bug[1] as "resolved |> invalid", but wouldn't you all agree that in the following |> |> #include |> #include |> #include |>

Re: clarification needed: shell 'exec' + function (builtin, ???)

2020-12-11 Thread Joerg Schilling via austin-group-l at The Open Group
"Steffen Nurpmeso via austin-group-l at The Open Group" wrote: > Hallo Jörg, all, > > Joerg Schilling wrote in > <20201210004945.i3n8e%sch...@schily.net>: > |Steffen Nurpmeso wrote: > |> this is an iconv(3)-related error that was fixed in later version > |> of the mailer you use. The

iconv() EILSEQ (was: clarification needed: shell 'exec' + function)

2020-12-11 Thread Geoff Clare via austin-group-l at The Open Group
Steffen Nurpmeso wrote, on 10 Dec 2020: > > While talking about iconv, i got closed glibc bug[1] as "resolved > invalid", but wouldn't you all agree that in the following > > #include > #include > #include > #include > int main(void){ > char inb[16], oub[16], *inbp, *oubp; >