uic: Error in line 1, column 38 : Encountered incorrectly encoded
Hello everybody,
i want to start a new project and i want to do this with qt creator 1.3...
until now i worked on VisualStudio2008...
I started with a new project:
"Qt-Gui-application" and take "QMainWindow"...
Then when I will debug the project this error-message comes:
"uic: Error in line 1, column 38 : Encountered incorrectly encoded"
what kind of error is this?
can anybody help me?
ps:
i have windows xp service pack 3 and the system language is "German"...
thanks,
kind regards
reinki
Re: uic: Error in line 1, column 38 : Encountered incorrectly encoded
I also encounter this condition. I think your *.ui file's format should be changed, I use ultra edit open the ui file, and save as the specific file format, ( I choose utf8 ), and finally it works, I hope this help any others.