Bug 137051 - finance/libofx does not handle encoding properly
Summary: finance/libofx does not handle encoding properly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-24 13:20 UTC by Takanori Watanabe
Modified: 2009-07-24 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1010 bytes, patch)
2009-07-24 13:20 UTC, Takanori Watanabe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Takanori Watanabe 2009-07-24 13:20:01 UTC
libOFX does not handle OFX headers properly because each header contains LF (and possibly CR) and does not take care when handle that header. So the encoding header is not handled properly.

Fix: add file attached as files/patch-utf8_fix and recompile it.

Patch attached with submission follows:
How-To-Repeat: Use libofx related tools (gnucash import, ofxdump ....etc. ) to import OFX file with UTF-8 encoding.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2009-07-24 17:28:47 UTC
State Changed
From-To: open->closed

committed, thanks
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-24 17:28:47 UTC
arved       2009-07-24 16:28:37 UTC

  FreeBSD ports repository

  Modified files:
    finance/libofx       Makefile 
  Added files:
    finance/libofx/files patch-utf8_fix 
  Log:
  Fix import of UTF8 encoded OFX files
  
  PR:             137051
  Submitted by:   takawata
  
  Revision  Changes    Path
  1.25      +1 -0      ports/finance/libofx/Makefile
  1.1       +34 -0     ports/finance/libofx/files/patch-utf8_fix (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"