15,013
edits
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< | Read [http://www.blooberry.com/indexdot/html/topics/urlencoding.htm URL Encoding] first! | ||
space | |||
'Pound' character ( | == filename encoding == | ||
Left Square Bracket ( | |||
Right Square Bracket ( | |||
</ | |||
<table width="100%" border="1"> | |||
<tr bgcolor="#CCCCCC"> | |||
<td><strong>Character</strong></td> | |||
<td><strong>Encoding Code</strong></td> | |||
<td><strong>Renaming rule</strong></td> | |||
</tr> | |||
<tr> | |||
<td>space</td> | |||
<td>20</td> | |||
<td>@20 --> _</td> | |||
</tr> | |||
<tr> | |||
<td>'Pound' character ("#")</td> | |||
<td>23</td> | |||
<td>@23 --> #</td> | |||
</tr> | |||
<tr> | |||
<td>Left Square Bracket ("[")</td> | |||
<td>5b</td> | |||
<td>@5b --> [</td> | |||
</tr> | |||
<tr> | |||
<td>Right Square Bracket ("]")</td> | |||
<td>5d</td> | |||
<td>@5d --> ]</td> | |||
</tr> | |||
<tr> | |||
<td>(left blank purposely)</td> | |||
<td> </td> | |||
<td> </td> | |||
</tr> | |||
</table> | |||
note | note | ||
* The code | * The @ symbol before the code points was generated by [http://amb.vis.ne.jp/mozilla/scrapbook/ ScrapBook] extension of {{Fx}}. It should be %20 in the common browser. | ||
related page: | related page: | ||
* [[Batch Process]] | * [[Batch Process]] | ||
[[Category:Browser]] | [[Category:Browser]] | ||