From: Huei-Horng Yo <hiroshiyui@gmail.com>
To: linux-media@vger.kernel.org
Subject: Re: [PATCH][dvb-apps] Fix 'scan' utility region 0x14 encoding from BIG5 to UTF-16BE
Date: Sat, 13 Jul 2013 10:59:18 +0800 [thread overview]
Message-ID: <51E0C286.9020609@gmail.com> (raw)
In-Reply-To: <CAJNvB=z5YLBUuNy8-ozUDEFxrHwfr7jt=Cp3QOvqZn15DY8qqg@mail.gmail.com>
於 西元2013年07月13日 10:44, Huei-Horng Yo 提到:
> From: Huei-Horng Yo <hiroshiyui@gmail.com>
>
>
> Signed-off-by: Huei-Horng Yo <hiroshiyui@gmail.com>
> ---
>
Sorry, don't know how to keep tab in GMail and the attachment is encoded
in MIME form. :(
---
From: Huei-Horng Yo <hiroshiyui@gmail.com>
Signed-off-by: Huei-Horng Yo <hiroshiyui@gmail.com>
---
diff --git a/util/scan/scan.c b/util/scan/scan.c
index 71a20db..98093ee 100644
--- a/util/scan/scan.c
+++ b/util/scan/scan.c
@@ -850,7 +850,7 @@ static void descriptorcpy(char **dest, const
unsigned char *src, size_t len)
case 0x11: type = "ISO-10646"; break;
case 0x12: type = "ISO-2022-KR"; break;
case 0x13: type = "GB2312"; break;
- case 0x14: type = "BIG5"; break;
+ case 0x14: type = "UTF-16BE"; break;
case 0x15: type = "ISO-10646/UTF-8"; break;
case 0x10: /* ISO8859 */
if ((*(src + 1) != 0) || *(src + 2) > 0x0f)
prev parent reply other threads:[~2013-07-13 2:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-13 2:44 [PATCH][dvb-apps] Fix 'scan' utility region 0x14 encoding from BIG5 to UTF-16BE Huei-Horng Yo
2013-07-13 2:59 ` Huei-Horng Yo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51E0C286.9020609@gmail.com \
--to=hiroshiyui@gmail.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.