Menu

#3 Compile Patch for bibtexconverter-j

closed
nobody
None
5
2008-06-27
2008-03-12
Max Berger
No

bibtexconverter uses some files with extended characters. My javac however assumes utf-8. This patch tells javac to use the correct encoding

(btw: utf-8 should be the preferred way, you may thing about converting your source files)

Discussion

  • Max Berger

    Max Berger - 2008-03-12

    javac compile patch

     
  • Moritz Ringler

    Moritz Ringler - 2008-06-07

    Logged In: YES
    user_id=730046
    Originator: NO

    I will address this issue, most probably by converting all source files to ASCII with java unicode escape sequences. Thank you for reporting the problem.

     
  • Moritz Ringler

    Moritz Ringler - 2008-06-07

    Logged In: YES
    user_id=730046
    Originator: NO

    Fixed in trunk (SVN rev. 465). All source files are now in ASCII with java unicode escapes (\u####). You should no longer need to tell javac to use latin1 encoding as suggested in this patch. This fix will go into the next bibtexconverter release.

     
  • Moritz Ringler

    Moritz Ringler - 2008-06-07

    Logged In: YES
    user_id=730046
    Originator: NO

    Part of the 0.5.1 release.

     
  • Vidar Gundersen

    Vidar Gundersen - 2008-06-27
    • status: open --> closed
     

Log in to post a comment.