Hi,
maybe someone can help me with this topic:
I need a filter like that:
restrict to matching lines:
must begin with "<Russian>"
whenever such a line was found, a subfilter selects the part after "<Russian>" and converts the UTF-16 strings to CP1251 strings
and so on.
My files are in UTF-16, and I need to convert the content of each line to specific codepages, depending on the beginning of the line (can be "<Greek>" or "<Russian>" or "<Turkish>" and so on).
