I've discovered that there is a problem with national characters in comments in code. I know that at the bottom of the screen "iso-8859-1" is written, but....I don't know, but think there was no a problem like that in previous versions or maybe I just now noticed that (i'm using cb for a year).
All in all, I'm writing a html parser program that must find some words in html file and then react. Phrases that he (the parser) is looking for i store in a const table of strings. It looks strange when I see polish national chars replaced with some strange chars from iso-8859-1. Then i'm asking myself whether the program gonna find all the words correctly in my national coding standard (iso-8859-2).
Best regards! Great job!
Quetz