* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.39 2002/07/18 02:02:30 ishii Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.40 2002/07/19 00:22:24 ishii Exp $
*
*-------------------------------------------------------------------------
*/
*(*p)++ = ')';
}
+#ifdef NOT_USED
/*
* EUC_KR ---> MIC
*/
*p = '\0';
}
-#ifdef NOT_USED
/*
* GB18030 ---> MIC
* Added by Bill Huang ,
}
*p = '\0';
}
-#endif
/*
* LATINn ---> MIC
mic2latin_with_table(mic, p, len, LC_ISO8859_2, iso88592_2_win1250);
}
+#endif
/*
* comparison routine for bsearch()