Nautilus's Bad Chinese Characters Encoding

View: New views
2 Messages — Rating Filter:   Alert me  

Nautilus's Bad Chinese Characters Encoding

by manjian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
   I have found nautilus's encoding is limited by the OS's default
encoding,so the Chinese characters would appear like "?????invalid
encoding".I want to improve this situation but  don't want to mess up
nautilus's main code,so my idea is to write a nautilus extension
introducing a filename process layer to separate the file name data and
the encoded file name.I have tried the nautilus info provider ,which
seemed not working.Which type of extension should I actually use?

--
nautilus-list mailing list
nautilus-list@...
http://mail.gnome.org/mailman/listinfo/nautilus-list

Re: Nautilus's Bad Chinese Characters Encoding

by Alexander Larsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 2009-10-09 at 10:41 +0800, lin wrote:
> Hi,
>    I have found nautilus's encoding is limited by the OS's default
> encoding,so the Chinese characters would appear like "?????invalid
> encoding".I want to improve this situation but  don't want to mess up
> nautilus's main code,so my idea is to write a nautilus extension
> introducing a filename process layer to separate the file name data and
> the encoded file name.I have tried the nautilus info provider ,which
> seemed not working.Which type of extension should I actually use?

Nautilus filename encoding is based on the glib filename stuff. See
G_FILENAME_ENCODING in:
http://library.gnome.org/devel/glib/stable/glib-running.html

Its not possible to affect filename encoding by extensions anyway.

--
nautilus-list mailing list
nautilus-list@...
http://mail.gnome.org/mailman/listinfo/nautilus-list