Am Donnerstag 08 Januar 2009 schrieb Arc Riley:
> On proper design, specifically you'll want to avoid using the string type
> for strings, use unicode exclusively for text.  Write and use a collection
> of #define's that does char*<->PyObject* conversion so this can be changed
> from (ie) PyString_FromString to PyUnicode_FromString without #ifdef's
> everywhere.

So you will get lots of trouble replacing string and t_string, keeping 
translations working and so on. The scale of such a patch is called fork 
IMHO.

Bye,
David

_______________________________________________
Wesnoth-dev mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-dev

Reply via email to