-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'SJIS' encoding format not in locale_encodings[] list #1819
Comments
CUPS.org User: mike Hmm, sjis isn't an ISO-registered name (windows-932 is, and IIRC corresponds to Shift-JIS). Will need to add some special cases for this... WRT passing alternate encodings from the locale, you can use:
to tell CUPS that the text file uses a different encoding. |
CUPS.org User: twaugh.redhat 'document-charset'? I couldn't see that described anywhere, only 'document-format'. |
CUPS.org User: mike document-charset is documented in the IPP spec. Since it is rarely used (and then only for text files which normally have the locale's encoding), we don't document it separately right now... Feel free to file a RFE for this... |
CUPS.org User: mike Fixed in Subversion repository. |
"str1819.patch": Index: language.c--- language.c (revision 5743)
DEBUG_printf(("cupsLangGet: encoding=%d(%s)\n", encoding, |
Version: 1.2.1
CUPS.org User: twaugh.redhat
Original bug report:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=197577
The SJIS encoding format does not appear in the locale_encodings[] array in cups/language.c.
This causes jobs submitted from LC_CTYPE=ja_JP.SJIS locales not to be interpreted correctly.
The text was updated successfully, but these errors were encountered: