![]() |
| Contents > About URL encoding in web viewers | |
|
|
| About URL encoding in web viewers |
| The following characters are never automatically encoded: |
|
|
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz 0123456789-_.~!*'();:@=+$,/?[] |
| An ampersand (&) is encoded only if a space follows it. For example, "& "is encoded, but "&x" is not. |
| A pound sign (#) is encoded only if a number character (0 through 9) follows it. |
| The backslash (\) and percent (%) characters are always encoded. |
| All other characters are always encoded. |
| Because FileMaker Pro cannot correct all possible URL encoding problems, test your web viewer to ensure that its URLs are correctly encoded. |
| Related topics |
| Defining a custom web address |
| Troubleshooting layouts with web viewers |
|
|
| Contents > About URL encoding in web viewers |