# New Ticket Created by David Warring # Please include the string: [perl #127726] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127726 >
Prompted by this SO question http://stackoverflow.com/questions/35797181/native-calling-interface-how-to-translate-wchar-t This seems like a similar issue to the recently resolved size_t issue https://rt.perl.org/Ticket/Display.html?id=126644, but with wchar_t Seems that both size_t and wchar_t is are both defined in stdlib.h. Should wchar_t also be exposed in the same way as size_t now is?