]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/language.h
<rdar://problem/13655599> Seed: Print queue JOBS disappear after computer Wakes up...
[thirdparty/cups.git] / cups / language.h
index f21a5938739b9d6ba5bb418b15e6250a0247ae75..0b8acdee42e4606a9bf1ebed70d973470612aa1f 100644 (file)
@@ -1,25 +1,16 @@
 /*
- * "$Id: language.h 177 2006-06-21 00:20:03Z jlovell $"
+ * "$Id$"
  *
- *   Multi-language support for the Common UNIX Printing System (CUPS).
+ *   Multi-language support for CUPS.
  *
+ *   Copyright 2007-2011 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
- *   property of Easy Software Products 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 please contact Easy Software Products
- *   at:
- *
- *       Attn: CUPS Licensing Information
- *       Easy Software Products
- *       44141 Airport View Drive, Suite 204
- *       Hollywood, Maryland 20636 USA
- *
- *       Voice: (301) 373-9600
- *       EMail: cups-info@cups.org
- *         WWW: http://www.cups.org
+ *   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.
  */
@@ -76,7 +67,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 */
@@ -89,6 +80,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;
 
@@ -119,5 +111,5 @@ extern cups_lang_t  *cupsLangGet(const char *language);
 #endif /* !_CUPS_LANGUAGE_H_ */
 
 /*
- * End of "$Id: language.h 177 2006-06-21 00:20:03Z jlovell $".
+ * End of "$Id$".
  */