[ http://issues.apache.org/jira/browse/IVY-65?page=comments#action_12454601 
] 
            
Steve Loughran commented on IVY-65:
-----------------------------------

that's a common problem in Java code. the underlying issue is that in turkey, 
"I".toLower()!="i", it matches the i with a little hat on it. 

All calls to .toLower() or equalsIgnoreCase() need to be found and be replaced 
by toLower(LOCALE_ENGLISH) operations 

> Ivy does not work on Turkish machines
> -------------------------------------
>
>                 Key: IVY-65
>                 URL: http://issues.apache.org/jira/browse/IVY-65
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>         Environment: Turkish machine
>            Reporter: Xavier Hanin
>         Assigned To: Xavier Hanin
>            Priority: Minor
>
> Ivy does not work on turkish machines. Changing the locale to UK makes it 
> work fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to