[TIMOB-9395] Blackberry: implement decode/encode URIComponent
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-06-21T06:54:05.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 2.1.0, Sprint 2012-08 BB |
| Components | BlackBerry |
| Labels | n/a |
| Reporter | Jean-Philippe Lemieux |
| Assignee | Alexander Galstyan |
| Created | 2012-06-05T13:41:34.000+0000 |
| Updated | 2017-03-03T05:07:13.000+0000 |
Not sure if this is supported in R4 already or coming in R6
PR Link: https://github.com/Macadamian/titanium_mobile/pull/75
Now that we have built-ins working, it turns out that these methods are JS built-ins with v8. Alex, can you give the built-ins a try? If they do the right thing, then i suggest with go with the built-ins rather than a native implementation.
Closing based on that fact that encodeURIComponent/decodeURIComponent built-ins are now available and usable. Tests specified within PR description passed successfully.
Implemented: JSON: 2 elements String: 5 elements
Closing ticket as BlackBerry is no longer supported.