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>
|