| 681 | |
| 682 | |
| 683 | void setParamsUnicodeVal(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args) |
| 684 | { |
| 685 | if (argsCount >= 1 && args[0]->isUnknown()) |
| 686 | args[0]->makeText(4, CS_UTF8); |
| 687 | } |
| 688 | |
| 689 | |
| 690 | void setParamVarying(dsc* param, USHORT textType, bool condition) |