Opened 14 years ago
Closed 13 years ago
#2437 closed enhancement (fixed)
add base64 encode/decode of strings
Reported by: | guest | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dojox | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I did a lot of searching and was not able to find any base64 encode/decode functions in Dojo. Any change they can be added? The ones I found here seem to work great: http://www.webtoolkit.info/javascript-base64.html
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | → 1.0 |
---|---|
Owner: | changed from psowden to Tom Trenka |
comment:2 Changed 14 years ago by
Milestone: | 1.0 |
---|
It actually exists in private functions within DojoX crypto (both word-based and byte-based), but yes, I agree with Eugene here. Will consider.
comment:3 Changed 14 years ago by
Component: | String → Dojox |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r11776, dojox.encoding.base64. Forgot there was an outstanding ticket on it.
Note: See
TracTickets for help on using
tickets.
Something like that was done in dojox.compression toolkit. Reassigning to Tom for consideration.