[Libreoffice-bugs] [Bug 126157] Request for new Koreanic languages
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Nov 10 16:21:14 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=126157
--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
To find code to change, I launched these:
$ git grep -n ko_KR
i18npool/Library_localedata_others.mk:81:
CustomTarget/i18npool/localedata/localedata_ko_KR \
i18npool/source/localedata/localedata.cxx:197: { "ko_KR", lcl_DATA_OTHERS
},
lingucomponent/source/spellcheck/macosxspell/macspellimp.mm:204:
postspdict.push_back( @"ko_KR" );
sal/osl/unx/nlsupport.cxx:261: { "5601", RTL_TEXTENCODING_EUC_KR
}, /* ko_KR.EUC */
sal/osl/unx/nlsupport.cxx:343: { "EUC-KR",
RTL_TEXTENCODING_EUC_KR }, /* locale: ko_KR.euckr */
sal/osl/unx/nlsupport.cxx:656: { "ko_KR.EUC", RTL_TEXTENCODING_EUC_KR
},
sc/source/filter/oox/numberformatsbuffer.cxx:1539:static const BuiltinFormat
spBuiltinFormats_ko_KR[] =
sc/source/filter/oox/numberformatsbuffer.cxx:1776: { "ko-KR", "*CJK",
spBuiltinFormats_ko_KR }, // Korean, South Korea
$ git grep -n ko-KR
connectivity/source/drivers/hsqldb/HDriver.cxx:715: "ko-KR",
"Korean",
extras/CustomTarget_autocorr.mk:36: ko:ko-KR \
extras/Package_autocorr.mk:36: acor_ko-KR.dat \
i18nlangtag/source/isolang/MS-LCID.lst:165:0x0412 ko-KR
i18nlangtag/source/languagetag/languagetag.cxx:915: // ko-KR)
which was corrected in canonicalize() hence also in
offapi/com/sun/star/linguistic2/XNumberText.idl:64: <li>ko-KR :
South-Korean</li>
sc/source/filter/oox/numberformatsbuffer.cxx:1776: { "ko-KR", "*CJK",
spBuiltinFormats_ko_KR }, // Korean, South Korea
$ find . -name "*ko_KR*"
./i18npool/source/localedata/data/ko_KR.xml
Perhaps it won't be sufficient but it could be a start.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191110/7bf84b22/attachment.html>
More information about the Libreoffice-bugs
mailing list