| 255 | } |
| 256 | |
| 257 | void fx_encodeURIComponent(txMachine* the) |
| 258 | { |
| 259 | if (mxArgc < 1) |
| 260 | mxSyntaxError("no URI Component parameter"); |
| 261 | fxEncodeURI(the, (txString)gxURIUnescapedSet); |
| 262 | } |
| 263 | |
| 264 | void fx_escape(txMachine* the) |
| 265 | { |
nothing calls this directly
no test coverage detected