git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10061
7a7537e8-13f0-0310-91df-
b6672ffda945
CHANGES IN CUPS V1.5.1
- Documentation updates (STR #3885, STR #3946)
+ - Japanese supply level reporting did not always work.
- The DBUS notifier could crash (STR #3947)
- Relaxed some of the page size checks in cupstestppd.
- The ipptool program now reports attributes that are repeated within
#define CUPS_TC_csUTF32 1017
#define CUPS_TC_csUTF32BE 1018
#define CUPS_TC_csUTF32LE 1019
+#define CUPS_TC_csWindows31J 2024
/*
break;
case CUPS_TC_csShiftJIS :
+ case CUPS_TC_csWindows31J : /* Close enough for our purposes */
cupsCharsetToUTF8((cups_utf8_t *)supplies[i - 1].name,
(char *)packet->object_value.string.bytes,
sizeof(supplies[0].name), CUPS_JIS_X0213);