Difference between revisions of "Special Characters"

From IVS Wiki
Jump to: navigation, search
 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span class="note">Using special characters can cause some things in the VALT solution to not function as intended. Read below to learn more.</span>
+
<div class="floating_card">Some characters are reserved in HTML. Read below to learn more about how special characters interact in VALT.</div>
  
==File Names==
+
{{Section | title = <h1>File Names</h1> | content =  
When naming a file, be sure to avoid these characters.
+
When naming a file, be sure to avoid these characters, as they are reserved characters and will not display properly.
  
<pre>,</pre>
+
<code>" & < ></code> will convert to <code>&amp;quot; &amp;amp; &amp;lt; &amp;gt;</code>
*Using a comma in your file name will cause issues when downloading a file.  
+
 
 +
 
 +
*<i>NOTE: Most special characters will be skipped in the file name when downloading a file.</i>
 +
**<i>ie: <b>H!e@l#l$o</b> will become <b>Hello</b></i>
 +
}}
  
 
==Passwords==
 
==Passwords==
When syncing a bind user with LDAP some characters can cause issues when connecting.
+
{{Section | title = <h1>Passwords</h1> | content =
 +
{{Aside | content = When syncing a bind user from LDAP with VALT, some characters can cause issues when connecting.}}
  
<pre># $ % ^ & * ( )</pre>
+
<pre># $ % ^ & * ( ) ! < > ? / \ | [ ] { } + = ; : ' @ </pre>
 +
}}

Latest revision as of 07:59, 20 July 2023

Some characters are reserved in HTML. Read below to learn more about how special characters interact in VALT.

File Names

When naming a file, be sure to avoid these characters, as they are reserved characters and will not display properly.

" & < > will convert to &quot; &amp; &lt; &gt;


  • NOTE: Most special characters will be skipped in the file name when downloading a file.
    • ie: H!e@l#l$o will become Hello

Passwords

Passwords

When syncing a bind user from LDAP with VALT, some characters can cause issues when connecting.

# $ % ^ & * ( ) ! < > ? / \ | [ ] { } + = ; : ' @