Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV Export #37

Open
sandeshgb opened this issue Nov 15, 2018 · 1 comment
Open

CSV Export #37

sandeshgb opened this issue Nov 15, 2018 · 1 comment

Comments

@sandeshgb
Copy link

I am trying to export data into .csv format, and it gets the below error:
iconv(): Detected an illegal character in input string

In CsvComponent on line 44 i.e. the return iconv()
protected function _encode($str = '') {
return iconv("UTF-8", "WINDOWS-1257", html_entity_decode($str, ENT_COMPAT, 'utf-8'));
}

@ProLoser
Copy link
Owner

I'd have to understand what input string you gave it. I didn't actually write this function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants