Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4413
    user
    Participant

    hello

    sometimes I get this message

    please tell me how not to get this message again, I never want unicode characters in my files

    thanks

    #4414
    CaptainFlint
    Participant

    This 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).

    #4415
    user
    Participant

    ok, 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);
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.