09-11-04 01:48 AM
"Eldho Thomas" <ReplyToGrp@Nowhere.com> writes:
> How can I insert a CENT currency symbol in a unix file using "vi" ? Can
> someone help me ?
Your question is meaningless. You have to specify the character set
and the file encoding you want!
(Here, with my emacs I just type: C-x 8 c --> ¢ which gives be the
cent symbol, IN THE EMACS BUFFER! It's far from being written into a
unix file. Since I configured my emacs to use the iso-8859-15
character set in plain binary with unix line terminator encoding to
write my files, when saving it I get a file of iso-8859-15 bytes. But
if I had specified UTF-8, or UTF-16, I would get quite a different file!)
--
__Pascal Bourguignon__ http://www.informatimago.com/
Our enemies are innovative and resourceful, and so are we. They never
stop thinking about new ways to harm our country and our people, and
neither do we.
[ Post a follow-up to this message ]
|