Especially when editing XML it is often usful to use a
character encoding like UTF-8. As far as I know it
isn't possible to use Syn for editing files in specila
character encodings - it would be of great use if at
least UTF-8 was possible.
Just for fun I've once implemented an UTF-8 decoder/encoder,
I can clean it up and give you the code, if that helps you.
The problem is just that it's in C++, as I don't know any
Pascal or similiar languages...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1287267
Just for fun I've once implemented an UTF-8 decoder/encoder,
I can clean it up and give you the code, if that helps you.
The problem is just that it's in C++, as I don't know any
Pascal or similiar languages...