Bug 151934 - Function PROPER results are wrong, if the german special letter "ß" is involved - LibreOffice Calc
Summary: Function PROPER results are wrong, if the german special letter "ß" is involv...
Status: RESOLVED DUPLICATE of bug 110003
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.1.0.3 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-06 16:34 UTC by Erich Schifferl
Modified: 2022-11-06 18:39 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erich Schifferl 2022-11-06 16:34:14 UTC
Description:
Every time when the argument includes the German letter "ß" (sharp s) in the first word, the second word omits its second letter and there is a double space between the first and second word.

Example:
B2: "SCHIEßER THOMAS"
B3: =PROPER(B2)
Result in B3: "Schießer  Tomas"
Correct result should be: "Schießer Thomas"

Note: it is always the same wrong result (one additional space + the second letter in the second name is omitted), regardless of the position of the letter ß in the first name.

Steps to Reproduce:
1. in cell B2: "SCHIEßER THOMAS"
2. in cell B3: =PROPER(B2)
3.

Actual Results:
"Schießer  Tomas" (note the double space

Expected Results:
"Schießer Thomas"


Reproducible: Always


User Profile Reset: No

Additional Info:
its only with the german special letter ß. The letters ä, ö, ü give correct results.
Comment 1 Mike Kaganski 2022-11-06 18:39:19 UTC
Fixed by commit 07a2afa4904ac51c9c61aaf41a9d6c7d41126531, that fixed tdf#110003 and tdf#143128.

*** This bug has been marked as a duplicate of bug 110003 ***