mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
a clarification to reduce confusion
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3826 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
79246cbed3
commit
e256a4d339
@ -120,7 +120,7 @@
|
||||
<p>Note: All transformations are exactly as specified below. CASE IS SIGNIFICANT. Lowercase was selected since Nodeprep will case fold to lowercase for US-ASCII characters such as A, C, E, and F.</p>
|
||||
</section2>
|
||||
<section2 topic='Escaping Transformations' anchor='escaping'>
|
||||
<p>The escaping transformations are defined in the following table. Typically, escaping is performed only by a client that is processing information provided by a human user in unescaped form, or by a gateway to some external system (e.g., email or LDAP) that needs to generate a JID.</p>
|
||||
<p>The escaping transformations are defined in the following table, whereas the rules that define when to apply these transformations are specified in the <link url='#bizrules'>Business Rules</link> section of this specification. Typically, escaping is performed only by a client that is processing information provided by a human user in unescaped form, or by a gateway to some external system (e.g., email or LDAP) that needs to generate a JID.</p>
|
||||
<table caption='Mapping from Unescaped to Escaped Characters'>
|
||||
<tr><th>Unescaped Character</th><th>Escaped Character</th></tr>
|
||||
<tr><td><space></td><td>\20 *</td></tr>
|
||||
@ -146,7 +146,7 @@
|
||||
]]></example>
|
||||
</section2>
|
||||
<section2 topic='Unescaping Transformations' anchor='unescaping'>
|
||||
<p>The unescaping transformations are defined in the following table. Typically, unescaping is performed only by a client that wants to display JIDs containing escaped characters to a human user, or by a gateway to some external system (e.g., email or LDAP) that needs to generate identifiers for foreign systems.</p>
|
||||
<p>The unescaping transformations are defined in the following table, whereas the rules that define when to apply these transformations are specified in the <link url='#bizrules'>Business Rules</link> section of this specification. Typically, unescaping is performed only by a client that wants to display JIDs containing escaped characters to a human user, or by a gateway to some external system (e.g., email or LDAP) that needs to generate identifiers for foreign systems.</p>
|
||||
<table caption='Mapping from Escaped to Unescaped Characters'>
|
||||
<tr><th>Escaped Character</th><th>Unescaped Character</th></tr>
|
||||
<tr><td>\20</td><td><space></td></tr>
|
||||
|
Loading…
Reference in New Issue
Block a user