in reply to Re^5: Memory Leak with XS but not pure C
in thread Memory Leak with XS but not pure C
If you're asking how to convert to uppercase from XS, you'd start with an upgraded string, then call toUPPER_uvchr or toUPPER_utf8 repeatedly. (Or call a Perl function that uses uc.)
|
|---|