Re: [PATCH] Russian encoding support for MacHFS

2005-01-27 Thread Alex Riesen
On Tue, 25 Jan 2005 12:35:16 +0300, Pavel Fedin <[EMAIL PROTECTED]> wrote: > > how about just leave the characters unchanged? (remap them to the same > > codes in Unicode). > > But what to do when i convert then from unicode to 8-bit iocharset? This can > lead to that several characters in Mac

Re: [PATCH] Russian encoding support for MacHFS

2005-01-27 Thread Alex Riesen
On Tue, 25 Jan 2005 12:35:16 +0300, Pavel Fedin [EMAIL PROTECTED] wrote: how about just leave the characters unchanged? (remap them to the same codes in Unicode). But what to do when i convert then from unicode to 8-bit iocharset? This can lead to that several characters in Mac charset

Re: [PATCH] Russian encoding support for MacHFS

2005-01-25 Thread Pavel Fedin
On Tue, 25 Jan 2005 16:34:57 +0100 (CET) Roman Zippel <[EMAIL PROTECTED]> wrote: > I'm not quite sure, what problem you're trying to solve here. I am trying to implement character sets conversion for MacHFS. I have some CD s with russian file names. Currently they are not displayed properly

Re: [PATCH] Russian encoding support for MacHFS

2005-01-25 Thread Roman Zippel
Hi, On Tue, 25 Jan 2005, Pavel Fedin wrote: > > how about just leave the characters unchanged? (remap them to the same > > codes in Unicode). > > But what to do when i convert then from unicode to 8-bit iocharset? > This can lead to that several characters in Mac charset will be > converted

Re: [PATCH] Russian encoding support for MacHFS

2005-01-25 Thread Pavel Fedin
On Mon, 24 Jan 2005 19:46:18 +0100 Alex Riesen <[EMAIL PROTECTED]> wrote: > how about just leave the characters unchanged? (remap them to the same > codes in Unicode). But what to do when i convert then from unicode to 8-bit iocharset? This can lead to that several characters in Mac charset

Re: [PATCH] Russian encoding support for MacHFS

2005-01-25 Thread Pavel Fedin
On Mon, 24 Jan 2005 19:46:18 +0100 Alex Riesen [EMAIL PROTECTED] wrote: how about just leave the characters unchanged? (remap them to the same codes in Unicode). But what to do when i convert then from unicode to 8-bit iocharset? This can lead to that several characters in Mac charset will

Re: [PATCH] Russian encoding support for MacHFS

2005-01-25 Thread Roman Zippel
Hi, On Tue, 25 Jan 2005, Pavel Fedin wrote: how about just leave the characters unchanged? (remap them to the same codes in Unicode). But what to do when i convert then from unicode to 8-bit iocharset? This can lead to that several characters in Mac charset will be converted to the

Re: [PATCH] Russian encoding support for MacHFS

2005-01-25 Thread Pavel Fedin
On Tue, 25 Jan 2005 16:34:57 +0100 (CET) Roman Zippel [EMAIL PROTECTED] wrote: I'm not quite sure, what problem you're trying to solve here. I am trying to implement character sets conversion for MacHFS. I have some CD s with russian file names. Currently they are not displayed properly

Re: [PATCH] Russian encoding support for MacHFS

2005-01-24 Thread Alex Riesen
(could you please use shorter lines? Around 80 is good. It's difficult to read). On Mon, 24 Jan 2005 12:57:56 +0300, Pavel Fedin <[EMAIL PROTECTED]> wrote: > ... This means that you must to be able to reverse-translate all names from > Linux encoding to Mac encoding. Using NLS causes characters

[PATCH] Russian encoding support for MacHFS

2005-01-24 Thread Pavel Fedin
Hello, guys! I'd like to present to the community my second kernel project. This patch adds support for russian characters on MacHFS volumes if you use koi8-r encoding on Linux (this is the common case in Russia). The implementation is probably not very good because it uses its own tables

Re: [PATCH] Russian encoding support for MacHFS

2005-01-24 Thread Alex Riesen
(could you please use shorter lines? Around 80 is good. It's difficult to read). On Mon, 24 Jan 2005 12:57:56 +0300, Pavel Fedin [EMAIL PROTECTED] wrote: ... This means that you must to be able to reverse-translate all names from Linux encoding to Mac encoding. Using NLS causes characters loss

[PATCH] Russian encoding support for MacHFS

2005-01-24 Thread Pavel Fedin
Hello, guys! I'd like to present to the community my second kernel project. This patch adds support for russian characters on MacHFS volumes if you use koi8-r encoding on Linux (this is the common case in Russia). The implementation is probably not very good because it uses its own tables