Hi to you all!
Encodings again!
I writing an small mail sender to invoke in SEEdit later.
My code is like this
originalString = "Hello!" + Editfield1.text + Editfield2.text + che(13)
+ "some text " + Editfield3.text
When I send this string as a mail, the encoding is wrong (reading in
Mac Mail)
The Swedish characters is wrong..
So I try this...
newString = DefineEncoding(originalString,Encodings.XXXXX)
XXXXX = Tested a lot of encodings but not get it to work correctly
Any Ideas??
Note:
About change window frame in the fly....
Yesterday I wrote a small example how to do an Floating Window Metal
Window in OS X.
It is using http://www.tildesoft.com Carbon Library....
You could download the example at:
http://www.xhtmlsoft.com/realbasic.html
Thanks to you all!
(Mac OS X 10.3.4 RB 5.4.2, RB 5.5.3)
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>
|