Ticket #14794 (closed bug: fixed)
String.prototype.trim doesn't trim Unicode whitespaces in Android <4.1
Reported by: | m_gol | Owned by: | m_gol |
---|---|---|---|
Priority: | low | Milestone: | 2.1.1 |
Component: | core | Version: | 2.1.0 |
Keywords: | Cc: | ||
Blocking: | Blocked by: |
Description
String.prototype.trim doesn't trim Unicode whitespaces in Android <4.1. We'll need to port the fix from 1.x-master to the master branch. :(
Change History
comment:1 Changed 10 months ago by m_gol
- Owner set to m_gol
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to core
- Milestone changed from None to 2.1.1
comment:2 Changed 10 months ago by m_gol
- Status changed from assigned to closed
- Resolution set to fixed
Fixed in eda283d0e4d59074ae98af0fdc2951e6c109d5fd (sorry, I forgot to add a "Fixes" section in the commit message :/)
comment:3 Changed 9 months ago by m_gol
- Status changed from closed to reopened
- Resolution fixed deleted
comment:4 Changed 9 months ago by Michał Gołębiowski
- Status changed from reopened to closed
- Resolution set to fixed
Core: Remove native String#trim usage to save size
Fixes #14794
Changeset: 279913c71b63da721fa2f118cdce150effbf773e
Note: See
TracTickets for help on using
tickets.