* Need for more ISO8859 codepages?
@ 2001-02-01 11:48 Rhys Jones
2001-02-01 17:14 ` Pierre Rousselet
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Rhys Jones @ 2001-02-01 11:48 UTC (permalink / raw)
To: linux-kernel
Hello,
Please forgive a semi-newbie post.
About 18 months ago I patched fs/nls/ to include support for the
Celtic character set, ISO8859-14. I notice that there are still gaps
in nls, specifically in ISO8859 codepages 10 to 13.
The missing codepages are for Nordic/Icelandic (ISO8859-10), Thai
(ISO8859-11), and Baltic Rim (ISO8859-13) languages. I'm still trying
to determine the status of ISO8859-12 at the moment.
Two questions, really. The general one is whether anyone would find
these codepages useful. If they would, I'm willing to provide the
patches in due course. More specifically, can anyone tell me why
ISO8859-10 (Icelandic etc.) is mentioned in Documentation/Configure.help
whilst nls_iso8859-10.c is missing from the fs/nls directory?
Any and all feedback appreciated.
Thanks,
Rhys Jones, Swansea
--
http://www.sucs.org/~rhys/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Need for more ISO8859 codepages?
2001-02-01 11:48 Need for more ISO8859 codepages? Rhys Jones
@ 2001-02-01 17:14 ` Pierre Rousselet
2001-02-01 17:39 ` H. Peter Anvin
2001-02-03 21:08 ` Nerijus Baliunas
2 siblings, 0 replies; 4+ messages in thread
From: Pierre Rousselet @ 2001-02-01 17:14 UTC (permalink / raw)
To: Rhys Jones; +Cc: linux-kernel
Rhys Jones wrote:
> Any and all feedback appreciated.
need for less codepages. Is 8859-1 still useful ?
Why not moving to 8859-15 (and cp1252) ?
--
------------------------------------------------
Pierre Rousselet <pierre.rousselet@wanadoo.fr>
------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Need for more ISO8859 codepages?
2001-02-01 11:48 Need for more ISO8859 codepages? Rhys Jones
2001-02-01 17:14 ` Pierre Rousselet
@ 2001-02-01 17:39 ` H. Peter Anvin
2001-02-03 21:08 ` Nerijus Baliunas
2 siblings, 0 replies; 4+ messages in thread
From: H. Peter Anvin @ 2001-02-01 17:39 UTC (permalink / raw)
To: linux-kernel
Followup to: <4755.137.44.4.15.981028098.squirrel@www.sucs.swan.ac.uk>
By author: "Rhys Jones" <linux-kernel@postwales.com>
In newsgroup: linux.dev.kernel
>
> Hello,
>
> Please forgive a semi-newbie post.
>
> About 18 months ago I patched fs/nls/ to include support for the
> Celtic character set, ISO8859-14. I notice that there are still gaps
> in nls, specifically in ISO8859 codepages 10 to 13.
>
> The missing codepages are for Nordic/Icelandic (ISO8859-10), Thai
> (ISO8859-11), and Baltic Rim (ISO8859-13) languages. I'm still trying
> to determine the status of ISO8859-12 at the moment.
>
> Two questions, really. The general one is whether anyone would find
> these codepages useful. If they would, I'm willing to provide the
> patches in due course. More specifically, can anyone tell me why
> ISO8859-10 (Icelandic etc.) is mentioned in Documentation/Configure.help
> whilst nls_iso8859-10.c is missing from the fs/nls directory?
>
Having them around can never be a bad thing.
-hpa
--
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Need for more ISO8859 codepages?
2001-02-01 11:48 Need for more ISO8859 codepages? Rhys Jones
2001-02-01 17:14 ` Pierre Rousselet
2001-02-01 17:39 ` H. Peter Anvin
@ 2001-02-03 21:08 ` Nerijus Baliunas
2 siblings, 0 replies; 4+ messages in thread
From: Nerijus Baliunas @ 2001-02-03 21:08 UTC (permalink / raw)
To: Rhys Jones, linux-kernel
> About 18 months ago I patched fs/nls/ to include support for the
> Celtic character set, ISO8859-14. I notice that there are still gaps
> in nls, specifically in ISO8859 codepages 10 to 13.
>
> The missing codepages are for Nordic/Icelandic (ISO8859-10), Thai
> (ISO8859-11), and Baltic Rim (ISO8859-13) languages. I'm still trying
> to determine the status of ISO8859-12 at the moment.
>
> Two questions, really. The general one is whether anyone would find
> these codepages useful. If they would, I'm willing to provide the
> patches in due course. More specifically, can anyone tell me why
> ISO8859-10 (Icelandic etc.) is mentioned in Documentation/Configure.help
> whilst nls_iso8859-10.c is missing from the fs/nls directory?
Hello,
ISO8859-13 is used in Latvia and Lithuania, so it would be useful.
I don't think ISO8859-12 is really used, it is reserved for
Devanagari (Indian), but I think they will use unicode eventually...
So it would be nice to add support for ISO8859-10 and ISO8859-13
at least.
Regards,
Nerijus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-02-03 21:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-01 11:48 Need for more ISO8859 codepages? Rhys Jones
2001-02-01 17:14 ` Pierre Rousselet
2001-02-01 17:39 ` H. Peter Anvin
2001-02-03 21:08 ` Nerijus Baliunas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox