replace back quote and other special character in RO values during data conversion

This commit is contained in:
2009-09-01 13:03:25 +00:00
parent 47d6925187
commit efe1ddf609
3 changed files with 176 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ namespace DataLoader
if (tokrt > -1)
{
txtdirty = true;
stptext = MigrateRos(cn, stptext, seqcvt, content, docver);
stptext = MigrateRos(cn, stptext, seqcvt, content, docver, conv_caret);
stptext = stptext.TrimEnd(" ".ToCharArray());
}