Re: Unicode validation for Posix

2023-09-03 Thread Paul Backus via Digitalmars-d-learn
On Sunday, 3 September 2023 at 10:06:58 UTC, Vino wrote: Hi All, As per the documentation from std.process it states that an exception is thrown if the variable contains invalid UTF-16 characters and it can also be validated using "validate" function from std.utf, so the question is do

Re: isBinary

2023-09-03 Thread Vino via Digitalmars-d-learn
On Sunday, 3 September 2023 at 10:15:31 UTC, FeepingCreature wrote: On Sunday, 3 September 2023 at 10:11:22 UTC, Vino wrote: Hi All, Any update as to when the function described in the below ticked would be action-ed, I am more interested in isBinary (check a file whether is is binary

Re: isBinary

2023-09-03 Thread FeepingCreature via Digitalmars-d-learn
On Sunday, 3 September 2023 at 10:11:22 UTC, Vino wrote: Hi All, Any update as to when the function described in the below ticked would be action-ed, I am more interested in isBinary (check a file whether is is binary file or not) http://d.puremagic.com/issues/show_bug.cgi?id=9455 From,

Unicode validation for Posix

2023-09-03 Thread Vino via Digitalmars-d-learn
Hi All, As per the documentation from std.process it states that an exception is thrown if the variable contains invalid UTF-16 characters and it can also be validated using "validate" function from std.utf, so the question is do we have a similar one for Posix as this seem to be