Come for answers, stay for best practices. All we're missing is you.
Originally posted by: ASK
I want to migrate some components and need to convert the "item" properties in TT to UTF -8 and bytes to "char". I know i can use propogate to do it for all items for language. How about for "byte" to "char". is there any option to do it at once and not having to do it for each item.
Originally posted by: Tim Rabbitt
Hello:
Have you looked at using the tbconv utility command? Information about this utility can be found at:
http://pic.dhe.ibm.com/infocenter/wtxdoc/v8r4m1/index.jsp?topic=%2Fcom.ibm.websphere.dtx.utilcmd.doc%2Freferences%2Fr_utility_commands_tbcconv_Utility_Command.htm
Regards,
Tim Rabbitt
Thanks Tim. I'll explore it and get back. Regards
It doesn't produce the expected results as per ibm's help when used with -P option.
Though it converts "bytes" to "chars" and also sized as to "char" - it leaves the old value of max bytes "as is" - which still works. I was assuming it would change the max bytes to "0".