diff options
author | Scott Graham <scottmg@chromium.org> | 2016-12-02 10:39:09 -0800 |
---|---|---|
committer | Scott Graham <scottmg@chromium.org> | 2016-12-02 10:39:09 -0800 |
commit | 8b6a0a540563c6308fa03df34c90257e0bb65598 (patch) | |
tree | 8cf35715f38d41428c8c1cbddd07a0b258f78e9a /third_party/lcms2-2.6/src/cmscgats.c | |
parent | 959a904f3877d338d784c573487d90de87cb25ac (diff) | |
download | pdfium-8b6a0a540563c6308fa03df34c90257e0bb65598.tar.xz |
Encode lcms files as utf-8
The diff isn't well displayed in Rietveld, and I had to do some interpretation
here, as it wasn't clear what code page these files were pretending to use.
The left quotes were 0x92, the right quote + \n had been converted to ?, and
the negative infinity was 0x96. (I assume maybe Mac something.)
In any case, I tried to interpret the comments and make them something sensible.
In the worst case, it's "only" comments that are broken, as no actual code was
modified.
R=tsepez@chromium.org, brucedawson@chroium.org
BUG=637203,454858
Review URL: https://codereview.chromium.org/2545593002 .
Diffstat (limited to 'third_party/lcms2-2.6/src/cmscgats.c')
-rw-r--r-- | third_party/lcms2-2.6/src/cmscgats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/lcms2-2.6/src/cmscgats.c b/third_party/lcms2-2.6/src/cmscgats.c index 90174351e3..5720c66a74 100644 --- a/third_party/lcms2-2.6/src/cmscgats.c +++ b/third_party/lcms2-2.6/src/cmscgats.c @@ -258,7 +258,7 @@ static PROPERTY PredefinedProperties[] = { // needed. {"SAMPLE_BACKING", WRITE_STRINGIFY}, // Identifies the backing material used behind the sample during - // measurement. Allowed values are “black? “white? or {"na". + // measurement. Allowed values are "black" "white" or "na". {"CHISQ_DOF", WRITE_STRINGIFY}, // Degrees of freedom associated with the Chi squared statistic @@ -274,7 +274,7 @@ static PROPERTY PredefinedProperties[] = { // denote the use of filters such as none, D65, Red, Green or Blue. {"POLARIZATION", WRITE_STRINGIFY}, // Identifies the use of a physical polarization filter during measurement. Allowed - // values are {"yes? “white? “none?or “na? + // values are "yes" "white" "none" or "na" {"WEIGHTING_FUNCTION", WRITE_PAIR}, // Indicates such functions as: the CIE standard observer functions used in the // calculation of various data parameters (2 degree and 10 degree), CIE standard |