BizdocToRecord encoding changed from 46 to 60

In the bizdocToRecord service in 4.6, the encoding when the content is read from the bizdoc is hardcoded to UTF8 in the bytesToString call. In 6.0 the encoding is not set in bytesToString and I believe will default to the default encoding for the JVM.

Is this creating a major migration issue for anyone else? It’s easy to fix but I would think wM would have added an encoding parameter to the bizdocToRecord service. It’s now unusable to us.

Are we missing something?