from bytes to string

Coder coder at nospam.org
Sat Nov 27 13:54:11 UTC 2021


I'm lost, std.utf, std.conv, std.encoding, std.uni

My application is receiving data over a socket as 
immutable(ubyte)[].
How to validate them and transform them to utf8 string? What is 
the best way?

Thank you!



More information about the Digitalmars-d-learn mailing list