Alex D. schrieb: >> Alex D. schrieb: >> >>> Hi all, >>> >>> I try to "make api" and that's what i become: >>> >>> * Finalising tree... >>> * Writing JSON API file to ./api/script/apidata.js >>> main() >>> . >>> . >>> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in >>> position 132: ordinal not in range(128) >>> >>> How can i find out what character is the problem? >>> >>> >>> >> Hi Alex, >> >> make shure all your javaScript files are encoded as UTF-8. Python >> should have no problems with special characters encoded as UTF-8. >> >> Best Fabian >> >> > Thx for your reply Fabian, > > if some of my javaScript files are not UTF-8 conform then i would have > problems with "make build" as well, wouldn't I? But "make build" is > going through. Right. Could you post the full error message, so I can try to track this. BTW char 0xC3 is the unicode character "Ã".
Best Fabian ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
