angularjs - Ng-table-to-csv -> Asian characters export -


in angularjs application, using following directive export ng-table csv file.

the directive works charm , exports ng-table perfectly. if ng-table contains asian characters, not exported correctly , appear 'ã²ã‹ã‚Šä¼šç¤¾' when open exported csv file using microsoft excel.

note: if open exported csv file notepadd ++ asian characters correctly displayed.

question: how can modify directive let microsoft excel open csv , see asian characters correctly?

thank in advance.


Comments

Popular posts from this blog

python - PyInstaller UAC not working in onefile mode -

python - RuntimeError: can't re-enter readline -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -