View Single Post
  #2 (permalink)  
Old 09-06-2008, 05:35 AM
sukatoa's Avatar
sukatoa sukatoa is offline
Senior Member
 
Join Date: Jan 2008
Location: Cebu City, Philippines
Posts: 540
Rep Power: 3
sukatoa is on a distinguished road
Send a message via Yahoo to sukatoa
Default
For me,

String's equalsIgnoreCase() method should only be use if the Object that is being compared in another Object is a String.... No other than that.....

(theory)
if it was converted in bytes(depends on the platform), then that bytes are passed on other platform, Converted again to String, It may affect the encoding.... Im not sure(though i don't really know the exact mechanism)

try to use Collator class
__________________
A specific, detailed, simple, well elaborated, and "tested before asking" question may gather more quick replies. hopefully
Reply With Quote