Hi.
I've created an application that communicates with a remote server. The creators of the server decided to UTF-8 encode parts of data as it's sent to my client, but some parts of it are left unchanged. My problem is that I can read the utf-8 encoded parts fine, but when non-standard ascii characters appear in the non-encoded parts, I can't handle it correctly (I'm getting question marks for these characters). I'm running Linux and my locale is utf-8. I really don't know what I need to do... can anyone help?
I've created an application that communicates with a remote server. The creators of the server decided to UTF-8 encode parts of data as it's sent to my client, but some parts of it are left unchanged. My problem is that I can read the utf-8 encoded parts fine, but when non-standard ascii characters appear in the non-encoded parts, I can't handle it correctly (I'm getting question marks for these characters). I'm running Linux and my locale is utf-8. I really don't know what I need to do... can anyone help?