Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4886c494 authored by vichang's avatar vichang Committed by Gerrit Code Review
Browse files

Merge "Update CharacterEncodingDetector.cpp to remove TRUE/FALSE macro usage due to ICU 68"

parents 9d2dc23f 0053771e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -268,7 +268,7 @@ void CharacterEncodingDetector::detectAndConvert() {

                ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength,
                        &source, source + strlen(source),
                        NULL, NULL, NULL, NULL, TRUE, TRUE, &status);
                        NULL, NULL, NULL, NULL, true, true, &status);

                if (U_FAILURE(status)) {
                    ALOGE("ucnv_convertEx failed: %d", status);