Page 1 of 1

What does this mean in the Lint report?

Posted: Tue Jan 15, 2008 9:50 pm
by Fawkes - Feathered Melody
Lint printed a bunch of stuff at the top of the usual report. What does the UTF8 ch= stuff mean?
UTF8 ch=70
UTF8 ch=79
UTF8 ch=67
UTF8 ch=61
UTF8 ch=6d
UTF8 ch=65
UTF8 ch=0

Ren'Py 6.5.0e lint report, generated at: Tue Jan 15 20:45:15 2008


Statistics:

The game contains 766 screens of dialogue.
These screens contain a total of 12706 words.
For an average of 16.6 words per screen.
The game contains 0 menus.

Remember to set config.developer to False before releasing.

Lint is not a substitute for thorough testing.
Remember to update Ren'Py before releasing. New releases fix bugs and
improve compatibility.

Re: What does this mean in the Lint report?

Posted: Wed Jan 16, 2008 4:15 am
by monele
Intriguing... I get this (in the console) when I launch console.exe. Never tried the lint though. This appeared in more recent versions (probably 6.5)

Re: What does this mean in the Lint report?

Posted: Wed Jan 16, 2008 4:34 am
by PyTom
This is debugging code left from me trying to add unicode support to SDL. The next version has a rebuilt SDL, which shouldn't have this problem. Until then, please ignore it.