mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
make comment consistent with review fix
This commit is contained in:
parent
58d3d1276f
commit
be138e4d71
@ -53,7 +53,7 @@ var globalCasemappingSetting Casemapping = CasemappingPRECIS
|
|||||||
// XXX analogous unsynchronized global variable controlling utf8 validation
|
// XXX analogous unsynchronized global variable controlling utf8 validation
|
||||||
// if this is off, you get the traditional IRC behavior (relaying any valid RFC1459
|
// if this is off, you get the traditional IRC behavior (relaying any valid RFC1459
|
||||||
// octets) and invalid utf8 messages are silently dropped for websocket clients only.
|
// octets) and invalid utf8 messages are silently dropped for websocket clients only.
|
||||||
// if this is on, invalid utf8 inputs get an ERR_UNKNOWNERROR.
|
// if this is on, invalid utf8 inputs get a FAIL reply.
|
||||||
var globalUtf8EnforcementSetting bool
|
var globalUtf8EnforcementSetting bool
|
||||||
|
|
||||||
// Each pass of PRECIS casefolding is a composition of idempotent operations,
|
// Each pass of PRECIS casefolding is a composition of idempotent operations,
|
||||||
|
Loading…
Reference in New Issue
Block a user