html-pipeline-linuxfr 0.14.3 → 0.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/html/pipeline/sanitization_filter.rb +1 -1
- data/lib/html/pipeline/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c83e3302ef421b93c324a4bfca5875d0ddfccd7b
|
|
4
|
+
data.tar.gz: 95f611d8b4ff19594c7eb8b86312025a5bacc7ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 388ee0e48846126b060ca873959409c9aa0a4dcabaeeae4736b12223973a22a22a4ed81c7dbf16ac9b6ebf2473ec7a085640eb996b56494287987e8a69e7a915
|
|
7
|
+
data.tar.gz: d1e849bfe3276bcc9d6edddd1b2293607c377c2ba6a825e4e9b8c3b2fc7472bfcc2e53eed58f6995fe0166853c7863ee3bdd8439eadfbbc5f9a4f3319dbceb70
|
|
@@ -56,7 +56,7 @@ module HTML
|
|
|
56
56
|
FULL = { :elements => [] }
|
|
57
57
|
|
|
58
58
|
# Match unicode chars encoded on 4 bytes in UTF-8
|
|
59
|
-
MB4_REGEXP = /[^\u{9}-\u{
|
|
59
|
+
MB4_REGEXP = /[^\u{9}-\u{ffff}]/
|
|
60
60
|
|
|
61
61
|
# Remove utf-8 characters encoded on 4 bytes,
|
|
62
62
|
# because MySQL doesn't handle them.
|