Lisandro Dalcin wrote:

> Just in case, did you mean
> 
> ctypedef encoding['ascii'] char* ascii
> ctypedef encoding['utf8'] char* utf8
> ctypedef encoding['latin1'] char* latin1

No, I didn't.

   ctypedef   encoding['utf8']    utf8

              ^^^^^^^^^^^^^^^^    ^^^^
              This denotes a      We are declaring this name
                  type            to be an alias for that type
-- 
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to