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

Different encoding not working #84

Open
videk1 opened this issue Apr 6, 2018 · 0 comments
Open

Different encoding not working #84

videk1 opened this issue Apr 6, 2018 · 0 comments

Comments

@videk1
Copy link

videk1 commented Apr 6, 2018

$scope.csv = {
                    acceptSize: 102400,
                    acceptSizeExceedCallback: function () {
                        abp.message.error("File size exceeds configured limit (100kB)!", "File size");
                    },
                    content: null,
                    header: true,
                    headerVisible: true,
                    separator: ';',
                    separatorVisible: false,
                    result: null,
                    encoding: 'windows-1251',
                    encodingVisible: false,
                    uploadButtonLabel: "upload a csv file"
                };

This is my csv object. But i have a problem with encoding property. It looks like only ISO-8859-1 is working. I tried UTF-8, windows-1250, windows-1251 none of them seems to be working (character -> č for example becomes -> ?). Any suggestions? :)

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

1 participant