summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-09-24 12:49:03 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2022-09-26 13:07:58 +0200
commita288453c50f49852c2a83cc4716ec44d6230d37c (patch)
treeec788f98b4300e9e97790da2ae337cfae01d88f5 /i18npool
parent66ebf61975a5d8d860eda5e661c5a82a9ca763b7 (diff)
tdf#151148 Finding KATAKANA which has voice consonant mark wrong
regression from commit c7551e8a46e2f9f8142aa7921a0494221ae096e8 Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Thu Sep 16 10:36:48 2021 +0200 speedup CharacterClassificationImpl::toUpper Change-Id: I0309dec3d08220b9616be185360013869598fa1c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140541 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit 222e56157c6317435088e09e52a0705bc6a1a83a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140508 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> (cherry picked from commit a5b6ddf3f0055cebe2713af34c304a647af6c76a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140600
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/transliteration/fullwidthToHalfwidth.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/transliteration/fullwidthToHalfwidth.cxx b/i18npool/source/transliteration/fullwidthToHalfwidth.cxx
index 6a90a957f038..fbd2624e149b 100644
--- a/i18npool/source/transliteration/fullwidthToHalfwidth.cxx
+++ b/i18npool/source/transliteration/fullwidthToHalfwidth.cxx
@@ -50,7 +50,7 @@ fullwidthToHalfwidth::transliterateImpl( const OUString& inStr, sal_Int32 startP
const OUString& newStr = i18nutil::widthfolding::decompose_ja_voiced_sound_marks (inStr, startPos, nCount, pOffset);
// One to One mapping
- return transliteration_OneToOne::transliterateImpl( newStr, 0, newStr.getLength(), pOffset);
+ return transliteration_OneToOne::transliterateImpl( newStr, 0, newStr.getLength(), nullptr);
}
sal_Unicode SAL_CALL