[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: utf-16-be editing
From: |
Kenichi Handa |
Subject: |
Re: utf-16-be editing |
Date: |
Thu, 5 Feb 2004 11:11:28 +0900 (JST) |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) |
In article <address@hidden>, "Ganesh Babu Nallamothu,\ Integra-India"
<address@hidden> writes:
> Thanks for providing the information. With this I can able to view the file
> but I can not edit. I require editing of these files. When I tried to edit,
> the following error has come "Symbol's function definition is void:
> utf-16-be-pre-write-conversion". Can you please help me how to overcome
> this.
It's a bug of 21.3 and is fixed in the next version.
For a workaround, please put these lines in your .emacs.
(coding-system-put 'mule-utf-16-le 'pre-write-conversion nil)
(coding-system-put 'mule-utf-16-be 'pre-write-conversion nil)
---
Ken'ichi HANDA
address@hidden