Archived Forum Post

Index of archived forum posts

Question:

Portuguese characters in "osErrorInfo" of LastError Zip ActiveX

Jul 14 '14 at 12:26

Hi,

I'm using "osErrorInfo" of the LastError reported by the Chilkat.Zip to send a message to the User.

The Portuguese charaters of that field disapear.

Do you know why?

This is the LastError:

<?xml version="1.0" encoding="utf-8" ?> <chilkatlog>

<WriteZipAndClose>
    <DllDate>May  9 2014</DllDate>
    <ChilkatVersion>9.5.0.39</ChilkatVersion>
    <UnlockPrefix>ELABORZIP</UnlockPrefix>
    <Username>CTFSVR:Fernanda</Username>
    <Architecture>Little Endian; 32-bit</Architecture>
    <Language>ActiveX</Language>
    <VerboseLogging>0</VerboseLogging>
    <targetZipPath>M:\ASSISTENCIA\ELABORAGESTAO\COPIAS_SEGURANCA\ELABORAGESTAO (20140714).ZIP</targetZipPath>
    <openForReadWriteWin32>
        <error>Failed to open file (2)</error>
        <localFilePath>M:\ASSISTENCIA\ELABORAGESTAO\COPIAS_SEGURANCA\ELABORAGESTAO (20140714).ZIP</localFilePath>
        <currentWorkingDirectory>M:\ASSISTENCIA\ELABORAGESTAO</currentWorkingDirectory>
        <osErrorInfo>O sistema no conseguiu localizar o caminho especificado.</osErrorInfo>
        <localWindowsFilePath>M:\ASSISTENCIA\ELABORAGESTAO\COPIAS_SEGURANCA\ELABORAGESTAO (20140714).ZIP</localWindowsFilePath>
    </openForReadWriteWin32>
    <error>Failed to create output file.</error>
    <error>Failed.</error>
</WriteZipAndClose>
</chilkatlog>

Field osErrorInfo should be "O sistema não conseguiu localizar o caminho especificado."