realbasic-nug
[Top] [All Lists]

Re: Mail Text Encoding

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Mail Text Encoding
From: Sven E Olsson <svenerik at xhtmlsoft dot com>
Date: Sat, 31 Jul 2004 17:00:58 +0200
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <C4345252-E2FC-11D8-A520-003065E4350E at xhtmlsoft dot com> <a05300b06bd31609713cf at [10 dot 10 dot 13 dot 3]>

Thanks,
I just find it...
But what encoding is recomennded, I test with ISOLatin1 and it works for the
Swedish, Danish on Germans characters..





On Jul 31, 2004, at 16:44, Joseph J. Strout wrote:

At 4:20 PM +0200 7/31/04, Sven E Olsson wrote:

So I try this...

newString = DefineEncoding(originalString,Encodings.XXXXX)

Ow -- unless originalString is something whose encoding is not defined or incorrectly defined, you should not be calling DefineEncoding on it. Doing so will at best, do nothing, at at worst, lie to RB about what encoding the string is. :) I think you meant to use the ConvertEncoding function.

Best,
- Joe

--
,------------------------------------------------------------------.
|    Joseph J. Strout           REAL Software, Inc.                |
|    joe at realsoftware dot com       http://www.realsoftware.com        |
`------------------------------------------------------------------'
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

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



Sven E Olsson
svenerik at xhtmlsoft dot com
http://www.xhtmlsoft.com

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

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

<Prev in Thread] Current Thread [Next in Thread>