1

Any has configured an IDN domain in Wordpress for Android 2.2.7 app?

I've tested with and without punycode notation but doesn't works.

I ever obtain the same error code:

java.net:UnknownHostException Unable to resolve host...

  • Tested on 4.4.2 and 2.3.6, no uncaught exceptions, but the connection is not established either, an error pops up. You can try filing a bug at http://android.trac.wordpress.org/ – soulseekah Dec 16 '13 at 18:15
  • I mean https://github.com/wordpress-mobile/WordPress-Android – soulseekah Dec 16 '13 at 19:08

1 Answers1

0

Punycode is supported in the latest versions of WordPress for Android right now. A patch for IDN support is in the works, starting here: https://github.com/wordpress-mobile/WordPress-Android/pull/515

soulseekah
  • 8,770
  • 3
  • 53
  • 58
  • Patch was merged into development version: https://github.com/wordpress-mobile/WordPress-Android/commit/735074a456ebb33bba5b704fbc08cbc70d5c0c17 – soulseekah Dec 18 '13 at 18:48