Re: [RFC] Dropping of channels-conf from dtv-scan-tables

2013-07-26 Thread Huei-Horng Yo
Sorry for my off-topic, because dvb-apps' 'scan' utility output wrong
encoding of channels-conf in Taiwan, that's why 'tw-All' channels-conf
is still useful for some Taiwan people. Or someone could review my
patch about this encoding issue? ([PATCH][dvb-apps] Fix 'scan' utility
region 0x14 encoding from BIG5 to UTF-16BE)

Thanks,

Huei-Horng Yo

2013/7/12 Oliver Schinagl oliver+l...@schinagl.nl:
 Hey all,

 The channels-conf directory in the dtv-scan-tables repository is bitrotten.
 Besides tw-All, the newest addition is over 6 years ago, with some being as
 old as 9 years. While I'm sure it's possible that the channels-conf are
 still accurate, it's not really needed any longer.

 Unless valid reasons are brought up to keep it, I will move it to a seperate
 branch and delete it from the master branch in the next few weeks.

 Thanks,

 Oliver
 --
 To unsubscribe from this list: send the line unsubscribe linux-media in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFC] Dropping of channels-conf from dtv-scan-tables

2013-07-26 Thread Huei-Horng Yo
2013/7/26 Oliver Schinagl oliver+l...@schinagl.nl:
 On 26-07-13 10:14, Huei-Horng Yo wrote:

 Sorry for my off-topic, because dvb-apps' 'scan' utility output wrong
 encoding of channels-conf in Taiwan, that's why 'tw-All' channels-conf
 is still useful for some Taiwan people. Or someone could review my
 patch about this encoding issue? ([PATCH][dvb-apps] Fix 'scan' utility
 region 0x14 encoding from BIG5 to UTF-16BE)

 Did you notify the maintainer? of the dvb-apps? I think manu is still one of
 the dvb-apps maintainers.

Oliver:

Thanks, I looked at the Mercurial repositories at
http://www.linuxtv.org/hg/, it shows 'unknown' at contact field.
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH][dvb-apps] Fix 'scan' utility region 0x14 encoding from BIG5 to UTF-16BE

2013-07-12 Thread Huei-Horng Yo
From: Huei-Horng Yo hiroshi...@gmail.com


Signed-off-by: Huei-Horng Yo hiroshi...@gmail.com
---


scan.patch
Description: Binary data


Re: [PATCH][dvb-apps] Fix 'scan' utility region 0x14 encoding from BIG5 to UTF-16BE

2013-07-12 Thread Huei-Horng Yo

於 西元2013年07月13日 10:44, Huei-Horng Yo 提到:

From: Huei-Horng Yo hiroshi...@gmail.com


Signed-off-by: Huei-Horng Yo hiroshi...@gmail.com
---



Sorry, don't know how to keep tab in GMail and the attachment is encoded 
in MIME form. :(

---
From: Huei-Horng Yo hiroshi...@gmail.com


Signed-off-by: Huei-Horng Yo hiroshi...@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)

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html