i18npool/source/transliteration/fullwidthToHalfwidth.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 222e56157c6317435088e09e52a0705bc6a1a83a
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Sat Sep 24 12:49:03 2022 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sat Sep 24 13:39:05 2022 +0200

    tdf#151148 Finding KATAKANA which has voice consonant mark wrong
    
    regression from
        commit c7551e8a46e2f9f8142aa7921a0494221ae096e8
        Author: Noel Grandin <noel.gran...@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.gran...@collabora.co.uk>

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

Reply via email to