degesch: expand comment about character encoding
This commit is contained in:
parent
2d9856cca8
commit
dc8b580574
|
@ -1157,8 +1157,13 @@ input_el_new (void)
|
||||||
|
|
||||||
// --- Application data --------------------------------------------------------
|
// --- Application data --------------------------------------------------------
|
||||||
|
|
||||||
// All text stored in our data structures is encoded in UTF-8.
|
// All text stored in our data structures is encoded in UTF-8. Or at least
|
||||||
// Or at least should be. The exception is IRC identifiers.
|
// should be--our only ways of retrieving strings are: via the command line
|
||||||
|
// (converted from locale, no room for errors), via the configuration file
|
||||||
|
// (restrictive ASCII grammar for bare words and an internal check for strings),
|
||||||
|
// and via plugins (meticulously validated).
|
||||||
|
//
|
||||||
|
// The only exception is IRC identifiers.
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue