Meadow version is 3.0 r3888 (I installed it with NetInstaller?.)
Mule-ucs version is same as one in Meadow-2.10.
This problem happens in Meadow-2.10 also.
When I open the file with UTF-8 encoding and try to save it, the following error message is displayed for the character U+2013 (EN-Dash?),and U+30A0.
As the result of it, I can not edit the file.
I looked into some elisp source under mule-ucs but I can not find any wrong point.
I can not understand why it can read and display them correctly, but it can not save with same encoding.
Please solve this problem.
Start of error message:
These default coding systems were tried to encode text
in the buffer `a.utf8':
utf-8-unix shift_jis
However, each of them encountered these problematic characters:
utf-8-unix: ‰ ゠
shift_jis: ‰ ゠
The first problematic character is at point in the displayed buffer,
and C-u C-x = will give information about it.
Select one of the following safe coding systems, or edit the buffer:
euc-jisx0213 shift_jisx0213 shift_jisx0213 shift_jisx0213
shift_jisx0213 iso-2022-jp-3 iso-2022-jp-3 iso-2022-jp-3
iso-2022-7bit
Or specify any other coding system
at the risk of losing the problematic characters.
:End