[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Python
. . -> [Subject]  encoding in plugin

encoding in plugin

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page


Posted by Ada   (20 posts)  [Biography] bio
Date Mon 31 Dec 2012 04:44 AM (UTC)
Message
Hi! If I specify
<?xml version="1.0" encoding="utf-8"?>
in the first line of a plugin, would it mean the script would also default to utf-8 for strings?

In standalone scripts I normally add
# -*- coding: utf-8 -*-
or
import sys
reload(sys)
sys.setdefaultencoding("utf-8")


to force utf-8 in the program so I wouldn't have to add 'u' before each string declaration. How to do the same in a plugin?
[Go to top] top

Posted by Fiendish   USA  (2,514 posts)  [Biography] bio   Global Moderator
Date Reply #1 on Tue 01 Jan 2013 08:51 PM (UTC)

Amended on Tue 01 Jan 2013 08:52 PM (UTC) by Fiendish

Message
Plugins are composed of two layers: The XML wrapper and the embedded script language code.

The XML markup is just a mechanism for relaying your code to the script interpreter. I think you should do the same thing you would do in any normal standalone scripts.

https://github.com/fiendish/aardwolfclientpackage
[Go to top] top

Posted by Nick Gammon   Australia  (22,975 posts)  [Biography] bio   Forum Administrator
Date Reply #2 on Tue 01 Jan 2013 09:43 PM (UTC)
Message
It's been a while since I wrote that, but I don't think the encoding argument has any effect on the way the plugin is processed.

Whether or not the script treats strings as UTF-8 would be for the script to decide (internally Lua doesn't really recognize UTF-8 as far as I know).

If you chose to use UTF-8 inside strings, and then chose the UTF-8 option where relevant (eg. in WindowText) then the text should be displayed correctly.

http://www.gammon.com.au/scripts/doc.php?function=WindowText

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


14,704 views.

It is now over 60 days since the last post. This thread is closed.     [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]