Here a sketch of my function:
void foo(string postscript)
{
// throw Exception, if postscript is not all ascii
// other stuff, assuming codeunit=codepoint
}
berni via Digitalmars-d-learn Wed, 22 Feb 2017 11:31:43 -0800
Here a sketch of my function:
void foo(string postscript)
{
// throw Exception, if postscript is not all ascii
// other stuff, assuming codeunit=codepoint
}