Issue 14785 - Comparison of Bytestring incorrect
Summary: Comparison of Bytestring incorrect
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: nickb
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-23 07:55 UTC by Unknown
Modified: 2013-08-07 15:02 UTC (History)
1 user (show)

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


Attachments
transex3/source/localize.cxx (390 bytes, patch)
2003-05-23 07:58 UTC, Unknown
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-05-23 07:55:33 UTC
In transex3/source/localize.cxx:774
The Bytestring uses:  sTmp.ToUpperAscii = "ALL", to perform a comparison, but
compiling this on Irix causes build errors.

Using the Bytestring member function CompareIgnoreCaseToAscii gets around this
issue.
Comment 1 Unknown 2003-05-23 07:58:56 UTC
Created attachment 6348 [details]
transex3/source/localize.cxx
Comment 2 khendricks 2003-06-06 14:12:50 UTC
Hi George, 
 
I see no problems with that change.  But you might want to add a comment 
explaining the bug on Irix so that the change does not get simply reverted by the 
owner of the module. 
 
Approved. 
 
Kevin 
 
Comment 3 Unknown 2003-06-16 05:22:17 UTC
re-assigning to Nick Blievers
Comment 4 Martin Hollmichel 2003-07-03 09:46:16 UTC
set target milestone.
Comment 5 nickb 2003-07-04 02:31:23 UTC
Added comment, and checked in to cws_srx645_ooo11rc.
Comment 6 Martin Hollmichel 2004-02-15 07:19:54 UTC
mark as verified
Comment 7 Martin Hollmichel 2004-02-15 07:20:38 UTC
close issue.