|
@ -223,7 +223,7 @@ function isWhiteSpace(code) { |
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
/*eslint-disable max-len*/ |
|
|
/*eslint-disable max-len*/ |
|
|
var UNICODE_PUNCT_RE = require('unicode-7.0.0/categories/P/regex'); |
|
|
var UNICODE_PUNCT_RE = require('uc.micro/categories/P/regex'); |
|
|
|
|
|
|
|
|
// Currently without astral characters support.
|
|
|
// Currently without astral characters support.
|
|
|
function isPunctChar(char) { |
|
|
function isPunctChar(char) { |
|
|