on 11/13/06 12:40 PM, Jason Quigley at [EMAIL PROTECTED] wrote:

> Hi All!
> 
> I have a small file on my Mac (Intel Tiger) which I try to save on a
> PC (Win2K). It's called "thé ñëw fîlè"
> 
> I try to convert the name of the file using a textconverter as follows:
> 
> encoder = GetTextConverter(Encodings.UTF8, Encodings.WindowsLatin1)
> newname = encoder.convert(oldname)
> 
> However, the result I get is this: "the´ n~e¨w fi^le`"
> 
> I've tried searching all over for it, but it's hard to put into words
> and search terms.
> 
> Is this a bug or am I missing something fundamental?
> 

Jason,

What platform is the app running on when you do the save? Is the save
happening on a network volume? How is it mounted?

I think it likely that either the source encoding is wrong or the
destination API is expecting something different than what you are giving
it.

Chris


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to