- May 27, 2018
- 91
- 79
hello,
I'm a modder not a dev, I hope that's OK too?
(well I started modding to learn RenPy coz I still want to make a game some time in the future;)
from what I understand python3 has "only" str()
(2to3fixer renames all unicode() to str() )
When I started using RenPy I thought it a good idea to always use unicode(),
later on I realized unicode16(be or le doesn't matter to me) was meant...(of course I had hoped utf8 was meant...)
I want to use code that works on RenPy7 and 8 and if possible without too much: if PY2 or similiar
so what's the difference in PY2 ?
-English: NONE! (at least I think so(?))
-German ?
-French ?
-Japanese ?
-whatever ?
thanks
I'm a modder not a dev, I hope that's OK too?
(well I started modding to learn RenPy coz I still want to make a game some time in the future;)
from what I understand python3 has "only" str()
(2to3fixer renames all unicode() to str() )
When I started using RenPy I thought it a good idea to always use unicode(),
later on I realized unicode16(be or le doesn't matter to me) was meant...(of course I had hoped utf8 was meant...)
I want to use code that works on RenPy7 and 8 and if possible without too much: if PY2 or similiar
so what's the difference in PY2 ?
-English: NONE! (at least I think so(?))
-German ?
-French ?
-Japanese ?
-whatever ?
thanks