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:
parent
c007514af0
commit
a84a0f31fb
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user