This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch branch_1x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 2475d075cf22993aea8f85524830ce922fd5b208 Author: tallison <[email protected]> AuthorDate: Tue Mar 9 08:04:45 2021 -0500 TIKA-3314 --- tika-eval/src/main/resources/lucene-char-mapping.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tika-eval/src/main/resources/lucene-char-mapping.txt b/tika-eval/src/main/resources/lucene-char-mapping.txt index 9cd7787..b082df6 100644 --- a/tika-eval/src/main/resources/lucene-char-mapping.txt +++ b/tika-eval/src/main/resources/lucene-char-mapping.txt @@ -13,4 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. "\u2018" => "'" -"\u2019" => "'" \ No newline at end of file +"\u2019" => "'" +"\u00AD" => "-" \ No newline at end of file
