Hello,
you can use the ‘job_manager_job_listing_data_fields’ filter to disable the sanitization of the specific field. Then do something like the following:
unset($args['_application']['sanitize_callback']);
You can of course define your own sanitization method too. Have a look here for more information.