]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/language.h
Fix source file header text duplication text duplication.
[thirdparty/cups.git] / cups / language.h
index 195c6a04de5b05c7b8e1a08944fc1f0df3721179..0a3da77990895bbb448aec57e7ee0e742e7b3f54 100644 (file)
@@ -1,18 +1,16 @@
 /*
- * "$Id: language.h 6649 2007-07-11 21:46:42Z mike $"
+ * Multi-language support for CUPS.
  *
- *   Multi-language support for the Common UNIX Printing System (CUPS).
+ * Copyright 2007-2011 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
  *
- *   Copyright 2007 by Apple Inc.
- *   Copyright 1997-2006 by Easy Software Products.
+ * These coded instructions, statements, and computer programs are the
+ * property of Apple Inc. and are protected by Federal copyright
+ * law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+ * which should have been included with this file.  If this file is
+ * missing or damaged, see the license at "http://www.cups.org/".
  *
- *   These coded instructions, statements, and computer programs are the
- *   property of Apple Inc. and are protected by Federal copyright
- *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
- *   which should have been included with this file.  If this file is
- *   file is missing or damaged, see the license at "http://www.cups.org/".
- *
- *   This file is subject to the Apple OS-Developed Software exception.
+ * This file is subject to the Apple OS-Developed Software exception.
  */
 
 #ifndef _CUPS_LANGUAGE_H_
@@ -67,7 +65,7 @@ typedef enum cups_encoding_e          /**** Language Encodings ****/
   CUPS_ISO8859_11,                     /* ISO-8859-11 */
   CUPS_ISO8859_16,                     /* ISO-8859-16 */
   CUPS_MAC_ROMAN,                      /* MacRoman */
-  CUPS_ENCODING_SBCS_END = 63,         /* End of single-bybte encodings @private@ */
+  CUPS_ENCODING_SBCS_END = 63,         /* End of single-byte encodings @private@ */
 
   CUPS_WINDOWS_932,                    /* Japanese JIS X0208-1990 */
   CUPS_WINDOWS_936,                    /* Simplified Chinese GB 2312-80 */
@@ -80,6 +78,7 @@ typedef enum cups_encoding_e          /**** Language Encodings ****/
   CUPS_EUC_JP,                         /* EUC Japanese */
   CUPS_EUC_KR,                         /* EUC Korean */
   CUPS_EUC_TW,                         /* EUC Traditional Chinese */
+  CUPS_JIS_X0213,                      /* JIS X0213 aka Shift JIS */
   CUPS_ENCODING_VBCS_END = 191         /* End of variable-length encodings @private@ */
 } cups_encoding_t;
 
@@ -108,7 +107,3 @@ extern cups_lang_t  *cupsLangGet(const char *language);
 #  endif /* __cplusplus */
 
 #endif /* !_CUPS_LANGUAGE_H_ */
-
-/*
- * End of "$Id: language.h 6649 2007-07-11 21:46:42Z mike $".
- */