Hello,
We have recently upgraded our system to PB2017 from PB12.5 and noticed an issues when working with VSS source control. There is an issue in exporting and importing of DW with UTF data hard coded in it.
When working with VSS, "SUB" character is lost when exporting/importing ( it does not show correctly on this page )
Before adding to SC
l�8*Pif FiiTVz¡!#£+&*P○U%~"(O7meva`y!_₩/`£0j
.45n�&NN]G(0
After adding to SC and checking out:
l�8*Pif FiiTVz¡!#£+&*P○U%~"(O7meva`y!_₩/`£0j
.45n�&NN]G(0
//-------------UPDATE--------------------------
Regular export to HEX ASCII works correctly and the problem happens on export for SC
After adding file to SC and viewing it's text in SC itself, we can see that the "SUB" character is already missing
//--------------------------------------------------
From PowerBuilder IDE there is no difference at all in working with WizSource or VSS. For the IDE they are both SCC providers accessed through the same API (MSSCCI).
Try a manual HEXASCII export from 12.5 an 2017 and compare the two files.