Modified URLSpecialChar to be compatible with RFC3986
git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@155 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| {==============================================================================| | ||||
| | Project : Ararat Synapse                                       | 002.002.001 | | ||||
| | Project : Ararat Synapse                                       | 002.002.002 | | ||||
| |==============================================================================| | ||||
| | Content: Coding and decoding support                                         | | ||||
| |==============================================================================| | ||||
| @@ -77,8 +77,7 @@ const | ||||
|   URLFullSpecialChar: TSpecials = | ||||
|   [';', '/', '?', ':', '@', '=', '&', '#', '+']; | ||||
|   URLSpecialChar: TSpecials = | ||||
|   [#$00..#$20, '_', '<', '>', '"', '%', '{', '}', '|', '\', '^', '~', '[', ']', | ||||
|     '`', #$7F..#$FF]; | ||||
|   [#$00..#$20, '<', '>', '"', '%', '{', '}', '|', '\', '^', '[', ']', '`', #$7F..#$FF]; | ||||
|   TableBase64 = | ||||
|     'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; | ||||
|   TableBase64mod = | ||||
|   | ||||
		Reference in New Issue
	
	Block a user