Limnoria/src
Valentin Lorentz 49ff291f61 Use utf-8 to encode files by default.
Should fix this bug in Seen:
Traceback (most recent call last):
  File "C:\Program Files\Python34\lib\site-packages\supybot\world.py", line 121, in flush
    f()
  File "C:\Program Files\Python34\lib\site-packages\supybot\plugins\__init__.py", line 271, in flush
    writer.writerow(L)
  File "C:\Program Files\Python34\lib\site-packages\supybot\utils\file.py", line 172, in write
    return self._fd.write(data)
  File "C:\Program Files\Python34\lib\encodings\cp1250.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u25c4' in position 33: character maps to <undefined>
2015-12-23 15:22:19 +01:00
..
drivers Fix activation of SSL for connections using SOCKS. 2015-12-18 20:33:36 +01:00
utils Use utf-8 to encode files by default. 2015-12-23 15:22:19 +01:00
__init__.py utils: Remove dependency on parent package. 2015-08-30 17:33:39 +02:00
ansi.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
callbacks.py Conditional: Add command @iferror. Closes GH-1114. 2015-11-14 19:20:25 +01:00
cdb.py Remove need for 2to3. 2015-08-11 16:50:23 +02:00
commands.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
conf.py Add support for STARTTLS (not tested). 2015-12-12 16:40:48 +01:00
dbi.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
dynamicScope.py Continue accelerating the 2to3 step (remove fix_raise). 2014-01-20 15:43:55 +01:00
gpg.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
httpserver.py httpserver: Fix Python 2 compatibility. 2015-09-24 15:38:42 +02:00
i18n.py Remove use of fix_dict fixer. 2015-08-08 23:08:49 +02:00
ircdb.py Prevent 'dictionary changed size during iteration'. 2015-09-02 15:00:29 +00:00
irclib.py Add support for STARTTLS (not tested). 2015-12-12 16:40:48 +01:00
ircmsgs.py Handle AUTHENTICATE line splitting. 2015-12-10 20:08:53 +01:00
ircutils.py Handle AUTHENTICATE line splitting. 2015-12-10 20:08:53 +01:00
log.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
plugin.py Replace sys.version_info[0] usages with minisix.PY{2,3}. 2015-08-09 00:23:03 +02:00
questions.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
registry.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
schedule.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
shlex.py Remove need for 2to3. 2015-08-11 16:50:23 +02:00
test.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00
unpreserve.py Use open() instead of file(). 2012-08-04 13:13:16 +02:00
world.py Language. 2015-08-29 21:46:47 +02:00