|
Posted by Ben Bacarisse on October 19, 2007, 1:12 pm
Please log in for more thread options
stefaniefauconnier@gmail.com writes:
> I've got some html-files with a lot of greek characters in utf-8. When
> I open my source code, I don't see the numeric character reference but
> the character itself. How can I change this?
> I really need source codes with numeric character references.
I have a program that can do this kind of thing:
http://bsb.me.uk/software/utf-8-dump/
In particular the command:
utf-8-dump -m "&#%d;"
acts as a filter mapping UTF-8 encoded characters to HTML entities.
You may find it useful.
--
Ben.
|