[email protected] wrote: > > Dusan Zatkovsky wrote: > > > Hi there. > > > > > > I have a jambi project, which is developed parallely on linux and > > > windows. So I specified (in Netbeans project properties) that all > sources > > > are in utf8 encoding. But juic generates utf8 java files on linux and > > > cp1250 on windows, what make a compile problems on windows, because > whole > > > project is utf8. Does juic have some 'hidden' switch to specify output > > > file encoding, or I must recode that files manually? > > > > A file created with designer from 4.5.0 should produce .jui files with > > encoding=UTF-8 in the xml files header. These should in turn be recoded > > into a UTF-16 escape sequence in the Ui_*.java file. We don't have an > > option for writing out UTF-8 strings, unfortunately. > > > it is posible to add this feature to qt jambi? > > > because in my installation (ubuntu linux 32 bits utf-8, spanish), I have > some > troubles with the Ui_ files because the date is generated using iso-8859-1 > instead of UTF-8 and this is making crashes with maven (for some reason, > maven
are the ui files created with 4.5 or 4.4? > dislike these files). especially when the files are generated on wednesday > (Miércoles in spanish). > > > this is a example of a broken date > > > Created: mi� sep 2 12:24:39 2009 > > > instead of > > > Created: mié sep 2 12:24:39 2009 > > > thanks for the help. > > - > > Gunnar > > _______________________________________________ > > Qt-jambi-interest mailing list > > [email protected] > > http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Qt-jambi-interest mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
