Skip to content

Commit 317e6c9

Browse files
committed
ACP2E-103: Pagebuilder content gets corrupted, when 4 bytes characters like emojis are used
1 parent 3add495 commit 317e6c9

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/validation

1 file changed

+0
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/validation/rules.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,6 @@ define([
11021102
},
11031103
$.mage.__('The Date of Birth should not be greater than today.')
11041104
],
1105-
/* detect chars that would require more than 3 bytes */
11061105
'validate-no-utf8mb4-characters': [
11071106
function (value) {
11081107
var validator = this,

0 commit comments

Comments
 (0)