towctrans_l
wint_t towctrans_l(wint_t, wctrans_t, locale_t);
PROTO_DEPRECATED(towctrans_l);
TESTFUNC(towctrans_l, wint_t, "U+%.4X, %p, %p", "U+%.4X", 0)
TEST_R(towctrans_l, 0x00FE, 0x00DE, wctru, _LOCALE_UTF8);
TEST_R(towctrans_l, 0x00DE, 0x00DE, wctrc, _LOCALE_C);
TEST_R(towctrans_l, 0x03C6, 0x03A6, wctru, _LOCALE_UTF8);
TEST_R(towctrans_l, 0x03A6, 0x03A6, wctrc, _LOCALE_C);
TEST_R(towctrans_l, 0x2207, 0x2207, wctru, _LOCALE_UTF8);
TEST_R(towctrans_l, 0x2207, 0x2207, wctrc, _LOCALE_C);