error load java script file with Chinese character
One answer
it seems that the js file has to be saved as UTF-8 encoding if it has any content in Chinese chars.
here is what i did and found:
here is what i did and found:
- copy and paste the js file into another new file for testing
- removed all the Chinese chars in new file, and saved the file as UTF-8 encoding
- added any Chinese chars after, then Eclipse client didn't complain and was able to complete the Script based customization
- removed all the Chinese chars in new file, and saved the file as UTF-8 encoding
- added any Chinese chars after, then Eclipse client didn't complain and was able to complete the Script based customization
Defect is raised:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=245769
I believe there will be some tech note published about this issue soon.