Index: xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp |
diff --git a/xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp b/xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp |
index 23e30479f49c7eaf11fe5b1b5bc9fb8761595b18..957d2fcc5e0c152044de442e207e219a760c2b4c 100644 |
--- a/xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp |
+++ b/xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp |
@@ -10,7 +10,7 @@ extern const FX_WORD gs_FX_WordBreak_Table[16] = { |
0xFFFF, 0xFFF9, 0xFFFB, 0xFFFB, 0xFFFB, 0xFFFB, 0xEFBB, 0xE77B, |
0xFFFB, 0xFFFB, 0xFFFB, 0xE77B, 0xE73B, 0xFFFB, 0xFFFB, 0xFFFB, |
}; |
-extern const FX_BYTE gs_FX_WordBreak_CodePointProperties[(0xFFFF - 1) / 2 + 1] = { |
+extern const uint8_t gs_FX_WordBreak_CodePointProperties[(0xFFFF - 1) / 2 + 1] = { |
0x00, 0x00, 0x00, 0x00, 0x00, 0x23, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x90, 0xA0, 0xBB, 0xBB, 0xBB, 0xBB, 0xBB, 0x89, 0x00, 0x00, |
0x07, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x77, 0x70, 0x00, 0x0C, |