From: Oliver Gasser Date: Wed, 17 Sep 2014 01:26:37 +0000 (+0200) Subject: Add code to handle ownCloud servers running on IDN X-Git-Tag: oc-android-1.7.0_signed~128^2~2^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/b20ace9185ea9b174675b77bcc71ee04d2578cc4?ds=inline;hp=b20ace9185ea9b174675b77bcc71ee04d2578cc4 Add code to handle ownCloud servers running on IDN ownCloud instances can run on servers having an internationalized domain name. This commit adds a conversion function between ASCII and Unicode. The conversion function is used in the Authenticator and Preferences activities. See issue #469. ---