* [PATCH][dvb-apps] Fix 'scan' utility region 0x14 encoding from BIG5 to UTF-16BE
@ 2013-07-13 2:44 Huei-Horng Yo
2013-07-13 2:59 ` Huei-Horng Yo
0 siblings, 1 reply; 2+ messages in thread
From: Huei-Horng Yo @ 2013-07-13 2:44 UTC (permalink / raw)
To: linux-media
[-- Attachment #1: Type: text/plain, Size: 101 bytes --]
From: Huei-Horng Yo <hiroshiyui@gmail.com>
Signed-off-by: Huei-Horng Yo <hiroshiyui@gmail.com>
---
[-- Attachment #2: scan.patch --]
[-- Type: application/octet-stream, Size: 550 bytes --]
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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][dvb-apps] Fix 'scan' utility region 0x14 encoding from BIG5 to UTF-16BE
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
0 siblings, 0 replies; 2+ messages in thread
From: Huei-Horng Yo @ 2013-07-13 2:59 UTC (permalink / raw)
To: linux-media
於 西元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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-13 2:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.