Issue 30863 - CharacterClassification.toTitle () always converts characters to uppercase
Summary: CharacterClassification.toTitle () always converts characters to uppercase
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-29 10:50 UTC by akrioukov
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description akrioukov 2004-06-29 10:50:20 UTC
Let's take the following Basic macro:

Sub Main

oLocale = createUnoStruct ("com.sun.star.lang.Locale")
oLocale.Language = "en"
oLocale.Country = "US"

oCharClassification = CreateUnoService ("com.sun.star.i18n.CharacterClassification")
sString = "Some text"
MsgBox oCharClassification.toTitle (sString, 0, len (sString), oLocale)

End Sub

I suppose this should return "Some Text", but instead "SOME TEXT" is displayed,
as if I used toUpper () rather than toTitle ().
Comment 1 stephan.wunderlich 2004-07-06 14:18:10 UTC
SW->khong: can you please have a look at this
Comment 2 karl.hong 2004-07-26 23:20:02 UTC
fixed in cws i18n14.
Comment 3 karl.hong 2004-07-29 18:51:17 UTC
.
Comment 4 karl.hong 2004-07-29 18:51:52 UTC
Ready for QA.
Comment 5 stefan.baltzer 2004-07-30 11:00:33 UTC
SBA: Reassigned to SW.
Comment 6 stefan.baltzer 2004-07-30 11:00:56 UTC
SBA: Set to fixed again.
Comment 7 stefan.baltzer 2004-08-04 16:46:59 UTC
SBA: Target set to OOo 2.0.
Comment 8 chne 2004-08-26 11:41:01 UTC
cn: verified in i18n14
Comment 9 stephan.wunderlich 2004-11-15 11:30:51 UTC
ok in src680_m62 => closed