mirror of
https://github.com/ergochat/ergo.git
synced 2025-11-29 12:37:26 +01:00
update documentation for globalUtf8EnforcementSetting
This commit is contained in:
parent
3b7db7fff7
commit
23844d4103
@ -73,7 +73,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 websocket listeners are disabled.
|
||||||
// if this is on, invalid utf8 inputs get a FAIL reply.
|
// if this is on, invalid utf8 inputs get a FAIL reply.
|
||||||
var globalUtf8EnforcementSetting bool
|
var globalUtf8EnforcementSetting bool
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user