Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4855
    QiaoJiao
    Participant

    Hello!

    How can i use non-english words in my scripts?

    I have script
    document.write(“中文”);
    in utf-8

    I run it in file with the same encoding. It returns
    涓枃
    How can i correct that?

    Thank you!

    #4857
    kuo_city
    Member

    try to save your macro with UTF-8 with BOM
    or use macro’s default encode UTF-16LE with BOM
    I think this may solve your problem.

    #4858
    QiaoJiao
    Participant

    It works.
    Arigato!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.