summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-09-24 12:49:03 +0200
committerAndras Timar <andras.timar@collabora.com>2022-10-16 12:25:53 +0200
commit3d098dc707585c9bfd18bebc3b6e4ce7c9741a8f (patch)
tree73050459784741f9e69a5edfe5c69ebe7fac4882 /i18npool
parent6ed79e48aab9a446ecd6399a420d034943134d7d (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