summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/vlccommon.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-03-22 14:48:39 +0100
committerEike Rathke <erack@redhat.com>2020-03-22 19:33:55 +0100
commit1098ed05edfd86d4518ae6c9d43448e3e2f21ba6 (patch)
tree586f5bb2fe3dcb7a88b631264bb5e1b71c7e8713 /avmedia/source/vlc/vlccommon.hxx
parent54d3760f7dbd759cc8de6c777c6a2154d2382f16 (diff)
tdf#131464: fix create an index of Writer in Japanese locale
in i18npool/source/collator/collator_unicode.cxx, we got: 177 // replace algorithm name to implementation name. 178 if (rAlgorithm == "phonetic (alphanumeric first)") 179 aBuf.append("phonetic_alphanumeric_first"); 180 else if (rAlgorithm == "phonetic (alphanumeric last)") 181 aBuf.append("phonetic_alphanumeric_last"); 182 else 183 aBuf.append(rAlgorithm); So don't add extra ja_ before "phonetic..." Also we already add "ja" in buffer with line: 158 aBuf.append("get_").append(rLocale.Language).append("_"); so right functions from ICU will be retrieved Change-Id: I163c3ca4bb4dcfa1e5d29313190c5ba3e6396c4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90877 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'avmedia/source/vlc/vlccommon.hxx')
0 files changed, 0 insertions, 0 deletions