Opened 9 years ago
Closed 9 years ago
#12350 closed bug (fixed)
jQuery.trim should remove byte-order-mark (BOM) characters
Reported by: | dmethvin | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.8.1 |
Component: | core | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Per discussion on https://github.com/jquery/jquery/pull/896 .
Change History (6)
comment:1 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Component: | unfiled → core |
---|---|
Milestone: | None → 1.8.1 |
Priority: | undecided → low |
comment:3 Changed 9 years ago by
Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."
This reverts commit 2b5b4ebbd78ce10cbbe2a6f057feea615fc69629.
String.prototype.trim doesn't trim BOM in Safari 5.0 so this won't work without additional feature detects.
http://swarm.jquery.org/result/165379
Changeset: ac043b1bc8096bfbb4be7995af4f5ccc5cad7c19
comment:4 Changed 9 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 Changed 9 years ago by
Status: | reopened → open |
---|
comment:6 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fix #12350: jQuery.trim should remove BOM
Changeset: 9e246dd7fa010f2b8e112ec5a57491167556c55a
Note: See
TracTickets for help on using
tickets.
Fix #12350. Remove BOM in jQuery.trim. Close gh-897.