Posted by axel.rutz on November 15, 2012 at 10:53pm
3 followers
| Project: | Views data export |
| Version: | 7.x-3.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
The CSV display has an option to convert to ASCII (via iconv), but options are limited to this.
It should be possible to use any destination charset and options that iconv supports.
Comments
#1
Patch flying in. Does not break views.
#2
Patch flying in. Does not break existing views.
#3
URPS, here's the fixed fix.
#4
Again fixed and improved: As iconv has plenty of gotchas i added the much more robust "utf8_decode" as option.
#5
We're converging, honestly!
fixed a hopefully last typo in the docs url.
#6
Works fine for me. Thank you!