Fix Issue 4045: cannot start in Turkish locale
Ensure all calls to String.to{Lower,Upper}Case in the dev packages
specify the English locale, so that Turkish users don't experience 'I'
mapping to dotless small 'i'.  We also avoid calls to
Character.to{Lower,Upper}Case since they do not specify the locale.

There's a separate issue around the JS implementation of these methods,
but this patch addresses only the non-emulated 'gwt-dev' case.

Review by: jat



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6889 8db76d5a-ed1c-0410-87a9-c151d255dfc7
12 files changed