I have small project that show data from psql database to C#.Net window.
The problem is the enter key value from psql database does not show correct string value in C#.
eg. data from psql "↵1X20’GP FCL CONTAINER STC:↵07 "
"↵" that mean enter key in Java. But data show in C# show like that "↵1X20".
How do I detect enter key in C#.
I am not famaliar in encoding and decoding .
Please guide me.