| 860 | |
| 861 | #ifdef NOT_USED_OR_REPLACED |
| 862 | CONVERT_ENTRY(CS_SJIS, CS_EUCJ, CVJIS_sjis_x_eucj) |
| 863 | { |
| 864 | if (dest_cs == CS_EUCJ) |
| 865 | CV_convert_init(csptr, dest_cs, source_cs, |
| 866 | CVJIS_sjis2euc, |
| 867 | NULL, NULL); |
| 868 | else |
| 869 | CV_convert_init(csptr, dest_cs, source_cs, |
| 870 | CVJIS_euc2sjis, |
| 871 | NULL, NULL); |
| 872 | |
| 873 | CONVERT_RETURN; |
| 874 | } |
| 875 | #endif |
nothing calls this directly
no test coverage detected