Hi,

This is Japanese way.
I think you can use this on MacOSX, But I don't know on Windows.


 put fld "tAddress" into tAddress
  put fld "tCc" into tCc
  if platForm() is "MacOS" then
put unidecode(the unicodeText of fld "tSubject", UTF8) into tSubject
    put unidecode(the unicodeText of fld "tBody",UTF8) into tBody
  else
put unidecode(the unicodeText of fld "tSubject", Japanese) into tSubject
    put unidecode(the unicodeText of fld "tBody",Japanese) into tBody
  end if
  revMail tAddress,tCc,tSubject,tBody
        
--
Kenji Kojima
http://www.kenjikojima.com/





On Aug 27, 2007, at 4:30 AM, Klaus Major wrote:

Hi all,


Hi friends,

I am sure this has been answered some time in the past, but what can I do
to use the revMail command with Umlauts in the "body"?

This does work:
...
revMail "[EMAIL PROTECTED]",,"The subject","Something without Umlauts in it..."
...

This does NOT work:
...
revMail "[EMAIL PROTECTED]",,"The subject","Sömething with Ümläüts in it..."
...

A mail is being generated, but the BODY is empty.
Thanks in advance.

no hints anyone? C'mon, please! :-)


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to