aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2017-02-27 11:12:50 +0100
committerGravatar GitHub <noreply@github.com>2017-02-27 11:12:50 +0100
commit31c64171fda313d4432c57cc9c48627c18f0e576 (patch)
tree2a1327d33a62de0077f941a11e49c3458896a922
parent012fc00ada6504b75fff5da2cc5bde53344236ab (diff)
Update host name i18n docs.
-rw-r--r--doc/internationalization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internationalization.md b/doc/internationalization.md
index b82785207b..1b614cbd26 100644
--- a/doc/internationalization.md
+++ b/doc/internationalization.md
@@ -17,7 +17,7 @@ Also, handling method names is a very hot code path so any additional encoding/d
Recommended representation in language-specific APIs: string type.
### Host name (in RPC Invocation)
-Host names are punycode encoded. Currently, the punycode needs to be provided by the user.
+Host names are punycode encoded, but the user is responsible for providing the punycode-encoded string if she wishes to use an internationalized host name.
Recommended representation in language-specific APIs: string/unicode string.