Codebase list libjbzip2-java / 2f0af3d
Fix encoding Andreas Tille 6 years ago
3 changed file(s) with 18 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
77 * cme fix dpkg-copyright
88 * Remove outdated README.source and README.Debian
99 * d/rules: remove unneeded get-orig-source target
10 * Fix encoding
11 Closes: #893247
1012
1113 -- Andreas Tille <tille@debian.org> Sun, 25 Mar 2018 09:05:46 +0200
1214
0 Author: Andreas Tille <tille@debian.org>
1 Last-Update: Sun, 25 Mar 2018 09:05:46 +0200
2 Description: Fix encoding in comment
3
4 --- a/src/org/itadaki/bzip2/HuffmanAllocator.java
5 +++ b/src/org/itadaki/bzip2/HuffmanAllocator.java
6 @@ -26,7 +26,7 @@ package org.itadaki.bzip2;
7 /**
8 * An in-place, length restricted Canonical Huffman code length allocator
9 *
10 - * Based on the algorithm proposed by R. L. MilidiƓ, A. A. Pessoa and E. S. Laber in "In-place
11 + * Based on the algorithm proposed by R. L. Milidi, A. A. Pessoa and E. S. Laber in "In-place
12 * Length-Restricted Prefix Coding" (see: http://www-di.inf.puc-rio.br/~laber/public/spire98.ps)
13 * and incorporating additional ideas from the implementation of "shcodec" by Simakov Alexander
14 * (see: http://webcenter.ru/~xander/)
0 fix_encoding_for_java9.patch