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 ------------------------------------------------------------------------- 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
