X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/08b89b0a244153b9f5bbb2f49c55ab0f7298122e..b331163bffd790ced0e88b73f44f86d49ccc48a5:/icuSources/common/brkeng.cpp diff --git a/icuSources/common/brkeng.cpp b/icuSources/common/brkeng.cpp index ed597cc4..2398fe9c 100644 --- a/icuSources/common/brkeng.cpp +++ b/icuSources/common/brkeng.cpp @@ -1,6 +1,6 @@ /* ************************************************************************************ - * Copyright (C) 2006-2013, International Business Machines Corporation + * Copyright (C) 2006-2014, International Business Machines Corporation * and others. All Rights Reserved. ************************************************************************************ */ @@ -232,6 +232,9 @@ ICULanguageBreakFactory::loadEngineFor(UChar32 c, int32_t breakType) { case USCRIPT_LAO: engine = new LaoBreakEngine(m, status); break; + case USCRIPT_MYANMAR: + engine = new BurmeseBreakEngine(m, status); + break; case USCRIPT_KHMER: engine = new KhmerBreakEngine(m, status); break;