| 248 | } |
| 249 | |
| 250 | void fx_encodeURI(txMachine* the) |
| 251 | { |
| 252 | if (mxArgc < 1) |
| 253 | mxSyntaxError("no URI parameter"); |
| 254 | fxEncodeURI(the, (txString)gxURIReservedAndUnescapedSet); |
| 255 | } |
| 256 | |
| 257 | void fx_encodeURIComponent(txMachine* the) |
| 258 | { |
nothing calls this directly
no test coverage detected