From ff707f0fe276677a4d89633ae4964e8b94712ca3 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Thu, 22 Mar 2018 15:02:38 +1100 Subject: Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead. Friendlier treatment of invalid UTF-8. Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests. --- src/Document.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Document.cxx') diff --git a/src/Document.cxx b/src/Document.cxx index 412798def..48913a16c 100644 --- a/src/Document.cxx +++ b/src/Document.cxx @@ -116,8 +116,6 @@ Document::Document(int options) : matchesValid = false; - UTF8BytesOfLeadInitialise(); - perLineData[ldMarkers] = std::make_unique(); perLineData[ldLevels] = std::make_unique(); perLineData[ldState] = std::make_unique(); -- cgit v1.2.3