Kaydet (Commit) 7d3999f2 authored tarafından Tomofumi Yagi's avatar Tomofumi Yagi Kaydeden (comit) Eike Rathke

Remove UTF-8 comment.

This breaks windows build with localized versions of MSVC.

Change-Id: I23c46830f96ae661eced88352476e7ae61fbcc2a
Reviewed-on: https://gerrit.libreoffice.org/6847Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst 47fbe385
......@@ -794,7 +794,7 @@ void TestBreakIterator::testLao()
lang::Locale aLocale;
aLocale.Language = "lo";
aLocale.Country = "LA";
//ຍິນດີຕ້ອນຮັບ
const sal_Unicode LAO[] = { 0x0e8d, 0x0eb4, 0x0e99, 0x0e94, 0x0eb5, 0x0e95, 0x0ec9, 0x0ead, 0x0e99, 0x0eae, 0x0eb1, 0x0e9a };
OUString aTest(LAO, SAL_N_ELEMENTS(LAO));
i18n::Boundary aBounds = m_xBreak->getWordBoundary(aTest, 0, aLocale,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment