Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- June 5, 2007 at 9:37 am #4413userParticipant
hello
sometimes I get this message
please tell me how not to get this message again, I never want unicode characters in my filesthanks
June 5, 2007 at 11:50 am #4414CaptainFlintParticipantThis message warns you that you do have Unicode characters in your file and that they will be lost when saving (replaced with other characters, mostly with question marks).
If there ware no such message and EE just silently replaced all the unicode characters, you would risk to see some day that one (or more) of your files edited earlier became completely unreadable and unrecoverable (if you e.g. saved in wrong codepage by mistake).June 5, 2007 at 4:00 pm #4415userParticipantok, maybe a macro that will delete all these characters? (they are displayed as boxes)
a macro similar to this
document.selection.Replace("unicode", "", eeFindReplaceRegExp | eeFindReplaceQuiet | eeReplaceAll);
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.