| 241 | } |
| 242 | |
| 243 | void fx_decodeURIComponent(txMachine* the) |
| 244 | { |
| 245 | if (mxArgc < 1) |
| 246 | mxSyntaxError("no URI Component parameter"); |
| 247 | fxDecodeURI(the, (txString)gxURIEmptySet); |
| 248 | } |
| 249 | |
| 250 | void fx_encodeURI(txMachine* the) |
| 251 | { |
nothing calls this directly
no test coverage detected