오픈 소스 소프트웨어 개발 및 다운로드

View 0.8 - Change Log

category(Tag) tree

file info

category(Tag)
root
file name
qrcode_0.8_-_Changes
마지막 업데이트
2007-09-01 19:50
type
Plain Text
editor
Yusuke Yanbe
description
0.8 - Change Log
language
English
translate
- Bugfix: QRCodeDecoder#correctDataBlocks() sends wrong NPAR parameter to ReedSolomon class
- Bugfix: Implicit QRCodeDataBlockReader#getKanjiString() does implicit charset conversion (now it is fixed to "Shift_JIS" and works correctly on UTF-8 or other environment)

- Changed: AlignmentPattern#getCenter always take precise center
- Changed: Make package hierarchy more simple
  (from jp.sourceforge.qrcode.codec.* to jp.sourceforge.qrcode.* )

- Added: Makefile and test suite
- Added: A command line tool decoding QR Code ( bin/qrcode )
  (currently linux version only)