PDF text "Copy With Formatting" fails when Automation Rules runs.

Discussions related to custom development with Select.
Post Reply
mpatel@invtitle.com
Posts: 1
Joined: Tue Oct 03, 2023 12:14 pm

PDF text "Copy With Formatting" fails when Automation Rules runs.

Post by mpatel@invtitle.com »

1. I copy PDF text "Copy With Formatting" and past into legal description in ClientCONNECT(Which is our internal web app for overlay) and submit then automation rule fails and shows error "Unable to translate bytes [B0] at index 0 from specified code page to Unicode."

This is text I copy with "Copy With Formatting "from PDF : at Page 110, Lot No. 6, South 45° 8' 25" West 308.47 feet to the point of Beginning; containing

BUT if I copy PDF text "Copy With Formatting" and past into legal description in SPS and submit then automation rule runs sucessfully.
BobRichards
Posts: 1377
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: PDF text "Copy With Formatting" fails when Automation Rules runs.

Post by BobRichards »

It sounds like a codebase conversion issue. This is where the characters being read in are in a different UTF (or ASCII) encoding than Python expected. See this URL for more information and recommendations.

IronPython Unicode HOWTO
Bob Richards, Senior Software Developer, SoftPro
Post Reply