75 lines
2.5 KiB
C
75 lines
2.5 KiB
C
/* @(#)70 1.3 src/bos/usr/include/imlang.h, libim, bos411, 9428A410j 6/18/91 23:22:14 */
|
|
/*
|
|
* COMPONENT_NAME : LIBIM - AIX Input Method
|
|
*
|
|
* ORIGINS : 27 (IBM)
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1989
|
|
* All Rights Reserved
|
|
* Licensed Materials - Property of IBM
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*/
|
|
|
|
/***********************************************************
|
|
Copyright International Business Machines Corporation 1989
|
|
|
|
All Rights Reserved
|
|
|
|
Permission to use, copy, modify, and distribute this software and its
|
|
documentation for any purpose and without fee is hereby granted,
|
|
provided that the above copyright notice appear in all copies and that
|
|
both that copyright notice and this permission notice appear in
|
|
supporting documentation, and that the names of IBM not be
|
|
used in advertising or publicity pertaining to distribution of the
|
|
software without specific, written prior permission.
|
|
|
|
IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
|
|
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
|
IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
|
|
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION,
|
|
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
|
SOFTWARE.
|
|
|
|
******************************************************************/
|
|
|
|
#ifndef _imlang_h
|
|
#define _imlang_h
|
|
|
|
/*
|
|
* IMLanguage defined in AIX Version 3 Release 1.
|
|
* This file is provided for those applications who reference
|
|
* the defines.
|
|
* These defines should not be used in Release 2 or later.
|
|
*
|
|
*/
|
|
|
|
#define SIM_ibmsbcs "ibmsbcs"
|
|
#define SIM_Da_DK "Da_DK.pc850"
|
|
#define SIM_Du_BE "Du_BE.pc850"
|
|
#define SIM_Du_NL "Du_NL.pc850"
|
|
#define SIM_En_JP "En_JP.pc850"
|
|
#define SIM_En_UK "En_UK.pc850"
|
|
#define SIM_En_US_ascii "En_US.ascii"
|
|
#define SIM_En_US "En_US.pc850"
|
|
#define SIM_Fi_SU "Fi_SU.pc850"
|
|
#define SIM_Fr_BE "Fr_BE.pc850"
|
|
#define SIM_Fr_CF "Fr_CF.pc850"
|
|
#define SIM_Fr_FR "Fr_FR.pc850"
|
|
#define SIM_Fr_SW "Fr_SW.pc850"
|
|
#define SIM_Gr_BE "Gr_BE.pc850"
|
|
#define SIM_Gr_GR "Gr_GR.pc850"
|
|
#define SIM_Gr_SW "Gr_SW.pc850"
|
|
#define SIM_It_IT "It_IT.pc850"
|
|
#define SIM_No_NO "No_NO.pc850"
|
|
#define SIM_Po_PO "Po_PO.pc850"
|
|
#define SIM_Sp_SP "Sp_SP.pc850"
|
|
#define SIM_Sv_SV "Sv_SV.pc850"
|
|
|
|
#define JIM_SJISDBCSLANG "Jp_JP.pc301"
|
|
#define JIM_SJISMIXLANG "Jp_JP.pc932"
|
|
|
|
#endif /* _imlang_h */
|