| 297 | |
| 298 | #ifdef NOT_USED_OR_REPLACED |
| 299 | CONVERT_ENTRY(CS_ISO8859_1, CS_DOS_865, CV_dos_865_x_iso8859_1) |
| 300 | { |
| 301 | #include "../intl/conversions/tx865_lat1.h" |
| 302 | if (dest_cs == CS_ISO8859_1) |
| 303 | CV_convert_init(csptr, dest_cs, source_cs, |
| 304 | eight_bit_convert, |
| 305 | cvt_865_to_iso88591, NULL); |
| 306 | else |
| 307 | CV_convert_init(csptr, dest_cs, source_cs, |
| 308 | eight_bit_convert, |
| 309 | cvt_iso88591_to_865, NULL); |
| 310 | CONVERT_RETURN; |
| 311 | } |
| 312 | |
| 313 | |
| 314 |
nothing calls this directly
no test coverage detected