https://bugs.documentfoundation.org/show_bug.cgi?id=171262

Saburo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|26.2.1.2 release            |7.6.0.0 beta1+
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #5 from Saburo <[email protected]> ---
reproduce
Version: 26.8.0.0.alpha0+ (X86_64)
Build ID: bb24b8ec8f8a3bef6efece607479fff9541e30ff
CPU threads: 8; OS: Windows 11 X86_64 (build 26200); UI render: Skia/Vulkan;
VCL: win
Locale: ja-JP (ja_JP); UI: ja-JP
Calc: threaded

bibisected with win64-7.6
commit  3548c92453b9d0d85270bc6309a91c4107e49685
author  Khaled Hosny
tdf#129810: Compress fullwidth CJK punctuation

***
I think I may have confused left and right when making the following changes.
***
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx

@@ -142,14 +142,16 @@
    {
        case 0x3008: case 0x300A: case 0x300C: case 0x300E:
        case 0x3010: case 0x3014: case 0x3016: case 0x3018:
-        case 0x301A: case 0x301D:
+        case 0x301A: case 0x301D: case 0xFF09: case 0xFF3D:
+        case 0xFF5D:
        {
            return AsianCompressionFlags::PunctuationRight;
        }
        case 0x3001: case 0x3002: case 0x3009: case 0x300B:
        case 0x300D: case 0x300F: case 0x3011: case 0x3015:
        case 0x3017: case 0x3019: case 0x301B: case 0x301E:
-        case 0x301F:
+        case 0x301F: case 0xFF08: case 0xFF0C: case 0xFF0E:
+        case 0xFF1A: case 0xFF1B: case 0xFF3B: case 0xFF5B:
        {
            return AsianCompressionFlags::PunctuationLeft;
        }

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to