revMail with Umlauts in Bodytext?

Kenji Kojima index at kenjikojima.com
Mon Aug 27 08:14:47 EDT 2007


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 "support at runrev.com",,"The subject","Something without  
>> Umlauts in it..."
>> ...
>>
>> This does NOT work:
>> ...
>> revMail "support at runrev.com",,"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
> klaus at major-k.de
> http://www.major-k.de_______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list