diff options
author | Tomofumi Yagi <yagit@mknada.sakura.ne.jp> | 2013-11-29 02:59:08 +0900 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-11-28 23:30:54 +0100 |
commit | 7d3999f2f2170ce836a00f1cbac6a49a4c719e5d (patch) | |
tree | 7bc7a47a7dac9e07205661f209d66f85c0f455fb /i18npool | |
parent | 47fbe385f55c05935c87610b987724e5fb4752c0 (diff) |
Remove UTF-8 comment.
This breaks windows build with localized versions of MSVC.
Change-Id: I23c46830f96ae661eced88352476e7ae61fbcc2a
Reviewed-on: https://gerrit.libreoffice.org/6847
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/qa/cppunit/test_breakiterator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx index 6777731270df..15ce8a14318c 100644 --- a/i18npool/qa/cppunit/test_breakiterator.cxx +++ b/i18npool/qa/cppunit/test_breakiterator.cxx @@ -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, |