mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-06 03:01:11 +01:00
commit
6080de9d79
@ -32,7 +32,7 @@ var _ = require('./underscore');
|
|||||||
|
|
||||||
function sanitizeUnicode(s)
|
function sanitizeUnicode(s)
|
||||||
{
|
{
|
||||||
return UNorm.nfc(s).replace(/[\uffff\ufffe\ufeff\ufdd0-\ufdef\ud800-\udfff]/g, '?');
|
return UNorm.nfc(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
function makeContentCollector(collectStyles, browser, apool, domInterface, className2Author)
|
function makeContentCollector(collectStyles, browser, apool, domInterface, className2Author)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user