Comment 14 for bug 236028

Revision history for this message
Arne Goetje (arnegoetje) wrote : Re: [Bug 236028] Re: Min Nan Chinese not available in Language Support

kiatgak wrote:
>
> abmon="1g;2go;3go;4go;5go;6go;7go;8go;9go;10g;11g;12g"
>
> should be:
>
> abmon "1g;2g;3g;4g;5g;6g;7g;8g;9g;10g;11g;12g"

fixed

>
> the output (date_fmt?) should be
>
> 2008 10g 23 p4 21:49:52 TST
>
> or something like
>
> 2008 10g 23 (p4) 21:49:52 TST

fixed

> in which, the timezone (LC_TIME timezone?) should be TST (Taiwan
> Standard Time; please refer to http://www.cwb.gov.tw/) rather than CST.

that's not that easy. The timezone information seems to be set in the
tzdata package... I will investigate that. For now it has to stay CST.
No other way.

> ---------------
> date +%x [Enter]
>
> 10/23/08
> ----------------
>
> the output (d_fmt?) should be
>
> 2008-10-23

fixed

> ---------------
> date +%c [Enter]
>
> p4 23 10g 2008 10:09:51 ē-po͘ CST
> ----------------
>
> similiar problem like date command
>
> the output (d_t_fmt?) should be something like
>
> 2008 10g 23 (p4) 22:09:51 TST

fixed (except TST/CST as commented above)

new package is in my ppa. (2.7.9-6~ppa03)

Please test if you find more errors. Thanks.