There is a way to specify a cood charset that is ok for japanese and other language different from english?
/edit
i found this jira: http://jira.secondlife.com/browse/SVC-391
seems that llEmail not support UTF-8

Is confirmed?
ty
Hart
These forums are CLOSED. Please visit the new forums HERE
llEmail Japanese Message |
|
|
Hart Larsson
Registered User
Join date: 20 Apr 2007
Posts: 4
|
03-29-2009 06:19
I still try to find a way to specify a right UTF-8 code to send correclty by llEMail command a japanese message.
There is a way to specify a cood charset that is ok for japanese and other language different from english? /edit i found this jira: http://jira.secondlife.com/browse/SVC-391 seems that llEmail not support UTF-8 ![]() Is confirmed? ty Hart |
|
Cypher Ragu
[Mad Scientist]
Join date: 6 Jul 2008
Posts: 174
|
03-29-2009 09:46
Yeah, I don't think there's any way to do that.
I seem to remember that you can specify a charset with HTTP, but I could be wrong. _____________________
Life is a highway... And I just missed my exit.
|
|
Hart Larsson
Registered User
Join date: 20 Apr 2007
Posts: 4
|
03-30-2009 02:57
yes i thing you are right ... no way for japanesepeople to receive email in their language from llEmail function
![]() |
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
03-30-2009 05:40
this might be a place to start for object to object e-mails at least
http://wiki.secondlife.com/wiki/Library_Combined_Library#Unicode_functions _____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
03-30-2009 11:02
If you can setup a web server somewhere, you could always encode the e-mail you want to sent (with all relevant header fields like to address, from address, subject, etc. in an HTTP request and have the e-mail sent from the web server.
|