diff options
author | Anders Svensson <[email protected]> | 2013-07-31 14:29:32 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-07-31 14:29:32 +0200 |
commit | 9d285af5c34a340e20c1e57860257429bff320cc (patch) | |
tree | aa22db97e0022d97bae027722d9c407132864afc /lib/diameter/doc | |
parent | ecdf2b1505451612d9c163ef918b948fd8948bac (diff) | |
parent | 8e7402a8b4230d25d89ddd2492908b4206083392 (diff) | |
download | otp-9d285af5c34a340e20c1e57860257429bff320cc.tar.gz otp-9d285af5c34a340e20c1e57860257429bff320cc.tar.bz2 otp-9d285af5c34a340e20c1e57860257429bff320cc.zip |
Merge branch 'anders/diameter/UTF8String_encode/OTP-11172' into maint
* anders/diameter/UTF8String_encode/OTP-11172:
Simplify Address encode/decode
Use module unicode for UTF8String encode/decode
Fix UTF8String encode
Diffstat (limited to 'lib/diameter/doc')
-rw-r--r-- | lib/diameter/doc/src/diameter_dict.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter_dict.xml b/lib/diameter/doc/src/diameter_dict.xml index 4fcde495b3..8bf4a14240 100644 --- a/lib/diameter/doc/src/diameter_dict.xml +++ b/lib/diameter/doc/src/diameter_dict.xml @@ -609,7 +609,9 @@ UTF8String() = [integer()] <p> List elements are the UTF-8 encodings of the individual characters in the string. -Invalid codepoints will result in encode/decode failure.</p> +Invalid codepoints will result in encode/decode failure. +On encode, a UTF8String() can be specified as a binary, or as a nested +list of binaries and codepoints.</p> <marker id="DiameterIdentity"/> <pre> |