Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FTP: improve character encoding detection in cases where ICU's first guess ↵ | phajdan.jr@chromium.org | 2010-11-18 | 1 | -5/+31 |
| | | | | | | | | | | | | | | | | | | | is wrong. Instead of using ICU's first guessed encoding immediately, we ask it for all possible encodings, try them in order, and use the first one that works. For some sites this still results in a gibberish being displayed, but at least the links are clickable so the site navigation is possible. BUG=61073 TEST=see bug Review URL: http://codereview.chromium.org/4967001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66664 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | FTP: fix navigating to files listed under non-ASCII characters | phajdan.jr@chromium.org | 2010-05-11 | 1 | -0/+38 |
We need to convert the file name back to server encoding. BUG=38016 TEST=see bug Review URL: http://codereview.chromium.org/1857002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46900 0039d316-1c4b-4281-b951-d872f2087c98 |