diff etc/NEWS @ 111410:15a32889e96c

Decode utf-8 strings in mixed environments by default. Done via the new `erc-coding-system-precedence' variable.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Fri, 05 Nov 2010 15:17:46 +0100
parents a2ba77c845e9
children d9d916379aff
line wrap: on
line diff
--- a/etc/NEWS	Fri Nov 05 13:11:12 2010 +0100
+++ b/etc/NEWS	Fri Nov 05 15:17:46 2010 +0100
@@ -303,6 +303,11 @@
 seconds.  The default value, 'ident, means to autojoin immediately
 after connecting.
 
+*** New variable `erc-coding-system-precedence': If we use `undecided'
+as the server coding system, this variable will then be consulted.
+The default is to decode strings that can be decoded as utf-8 as
+utf-8, and do the normal `undecided' decoding for the rest.
+
 ** In ido-mode, C-v is no longer bound to ido-toggle-vc.
 The reason is that this interferes with cua-mode.