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

4x4 Matrix in Python -

python - PyInstaller UAC not working in onefile mode -

javascript - Building and updating array objects -