On Mon, 8 May 2017, nore...@z505.com wrote:
With simpleipc you can send a string.
I am wondering what type of string is safe to send?
i.e. what happens with utf8 or unicode?
If both sender and receiver use the same defaultsystemcodepage, it should
transfer fine.
Is it meant to send a re
With simpleipc you can send a string.
I am wondering what type of string is safe to send?
i.e. what happens with utf8 or unicode?
Is it meant to send a regular string (like a pointer to char) and not
more complex strings? Both?
Because if a string is being sent across two different separate