Jump to content

*sendmail can't not use chinese


jqkeric11

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  05/19/15
  • Last Seen:  

I use this https://rathena.org/board/topic/74969-send-mail-via-scriptcommand/

 

English and number is OK

but I use Chinese is faile

 

 

3dsox4f.png

 

example:

sendmail .charid,.sender$,"("+NoviceReward+1+")","這是本私服給的小小獎勵!繼續加油!",100000,2456,1;

Edited by jqkeric11
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

try change your langauge setting on clientinfo.xml

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  05/19/15
  • Last Seen:  

try change your langauge setting on clientinfo.xml

This is my clientinfo.xml

 

 

<?xml version="1.0" encoding="BIG5" ?>

<clientinfo>

    <servicetype>taiwan</servicetype>

    <servertype>primary</servertype>

    <extendedslot>2</extendedslot>

    <connection>

        <display>127.0.0.1</display>

        <desc></desc>

        <balloon></balloon>

        <address>127.0.0.1</address>

        <port>6900</port>

        <version>45</version>

        <langtype>4</langtype>

        <aid>

            <admin></admin>

        </aid>

        <registrationweb></registrationweb>

    </connection>

    

    <servicetype>taiwan</servicetype>

    <servertype>primary</servertype>

    <extendedslot>2</extendedslot>

    <connection>

        <display></display>

        <desc></desc>

        <balloon></balloon>

        <address>127.0.0.1</address>

        <port>69000</port>

        <version>45</version>

        <langtype>4</langtype>

        <aid>

            <admin></admin>

        </aid>

        <registrationweb></registrationweb>

    </connection>

    <!-- 若需要多重選單請將註解移除 -->

< ! --

    <servicetype>taiwan</servicetype>

    <servertype>primary</servertype>

    <extendedslot>2</extendedslot>

    <connection>

        <display>^398ADFCS_eAthena Client^000000</display>

        <desc></desc>

        <balloon></balloon>

        <address>127.0.0.1</address>

        <port>6900</port>

        <version>211</version>

        <langtype>4</langtype>

        <aid>

            <admin></admin>

        </aid>

        <registrationweb></registrationweb>

    </connection>

-- >

</clientinfo>

 

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

Could be related to database collation

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  05/19/15
  • Last Seen:  

Could be related to database collation

My database select big5

I fix

 

Answer:

 

(1)Go to inter_athena

//default_codepage: big5

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...