Menu

#38 Certain characters in Mozilla not translated properly to IE

open
nobody
5
2003-12-19
2003-12-19
No

Bookmarks created in Mozilla Firebird (0.7) show up as
Favorites in IE with %! in place of pipe (|). I think
something similar to this was reported on the Yahoo
group before things were moved here, so I thought I'd
bring it back up again.

Pipe (|) shows up fine in view.php and the client
bookmark list.

Discussion

  • Richard Ames

    Richard Ames - 2003-12-19

    Logged In: YES
    user_id=934598

    Also looks like forward slash (/) comes across to IE as %-.

     
  • Daniel Gehriger

    Daniel Gehriger - 2003-12-19

    Logged In: YES
    user_id=30009

    That's because IE stores the bookmarks as files, the
    bookmark name being the file name. Since "|", "/", "?" and so
    on are invalid characters in Windows file names, BMS has to
    replace them by something else.

     
  • Richard Ames

    Richard Ames - 2003-12-23

    Logged In: YES
    user_id=934598

    That makes sense (kicks self for asking). I guess removing
    the characters (like IE does) wouldn't be an option - or
    would it?

    Maybe I'll just remove them myself to avoid the issue
    completely...

    Thanks.

     
  • Daniel Gehriger

    Daniel Gehriger - 2003-12-24

    Logged In: YES
    user_id=30009

    No, removing the characters wouldn't be an option. SyncIt
    has to be able to translate the encoded chars back to the
    original ones. Otherwise, the next time you sync, you'll get
    the same bookmarks, but w/o these characters, on the
    Mozilla/Netscape clients as well, in addition to the original
    ones...

     

Log in to post a comment.