Skip to content

Commit e734aba

Browse files
Vladimir Sedachquicklisp
authored andcommitted
Fixed non-UTF8 characters in some of the metadata.
1 parent 05af96c commit e734aba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cffi/authors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
James Bielman
2-
Lu�s Oliveira
2+
Luis Oliveira

cl-difflib/description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sequence diffing library
22
CL-DIFFLIB is a library for computing differences between pairs of sequences. It is nearly a transcription of Python's difflib module, which contains the following description of its algorithm:
33

4-
The basic algorithm predates, and is a little fancier than, an algorithm published in the late 1980's by Ratcliff and Obershelp under the hyperbolic name gestalt pattern matching. The basic idea is to find the longest contiguous matching subsequence that contains no junk elements (R-O doesn't address junk). The same idea is then applied recursively to the pieces of the sequences to the left and to the right of the matching subsequence. This does not yield minimal edit sequences, but does tend to yield matches that look right to people.
4+
The basic algorithm predates, and is a little fancier than, an algorithm published in the late 1980's by Ratcliff and Obershelp under the hyperbolic name "gestalt pattern matching". The basic idea is to find the longest contiguous matching subsequence that contains no "junk" elements (R-O doesn't address junk). The same idea is then applied recursively to the pieces of the sequences to the left and to the right of the matching subsequence. This does not yield minimal edit sequences, but does tend to yield matches that "look right" to people.

0 commit comments

Comments
 (0)