Menu

#458 Hyperlinks dont work with interntional chars in filename

closed
Windows (184)
5
2010-09-22
2007-09-25
Anonymous
No

I've tried to insert hyperlink to filename with international characters like "Salaš čučoriedky 3.3.2007.doc". After renaming the file, it works fine.

Discussion

  • Ray Benjamin

    Ray Benjamin - 2007-10-12

    Logged In: YES
    user_id=455838
    Originator: NO

    This may be related to the deprecation of .toURL() method in the File class. One of the reasons it was deprecated was because of similar issues. The recommended fix is to replace File(...).toURL() with File(...).toURI().toURL(); Don't ask me why they didn't just change the .toURL() method in the File object to do that.

     
  • Eric L.

    Eric L. - 2008-03-31

    Logged In: YES
    user_id=318488
    Originator: NO

    Chris, I assign this bug to you as it might be related to Ray's bug you've fixed in CVS: https://sourceforge.net/tracker/?func=detail&atid=107118&aid=1812246&group_id=7118
    Check if it really fixes the issue.

    Eric

     
  • Eric L.

    Eric L. - 2008-03-31
    • milestone: --> 648240
    • assigned_to: nobody --> christianfoltin
     
  • Christian Foltin

    Logged In: YES
    user_id=885594
    Originator: NO

    Right,

    fixed by toURI().toURL()

    Chris

     
  • Christian Foltin

    • milestone: 648240 --> FreeMind_0.9.0_-_Fixed_in_CVS
     
  • Christian Foltin

    • status: open --> pending
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 730 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending --> closed
     

Log in to post a comment.