View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JoTak JoTak is offline
external usenet poster
 
Posts: 1
Default [Excel, VB6] Encode text before sending to Linux server

Hi,
I have a big problem when trying to send text from an Excel application
running on Windows, to a Linux server. On the server some special characters
like "‚¬" or carriage returns are not properly retieved from the Windows
client.
So I need to know if there is a function that can encode text to do such
ASCII network transfers.
Thanks in advance!
J.