Encountered an issue with a perl script on a new Linux server with Fedora 38 Operating system and Perl version 5.36.0 and hoping you might be able to assist with.
The exact same script run with the same parameters on a old Linux server with Centos Operating System and perl version 5.16.3 completes successfully. The scripts are in sync between the two servers.
Below are the warning/error messages on the new server:
1) "Wide character in print at XX_VERTICA.pm line 951." warning messages in the new server
2) "Error: [Vertica] [Support] (50310) Unrecognized ICU conversion error. (SQL-HY000)" in the new server
This does not appear to be an issue with the files, as the exact same report pulling the same data executes successfully on old server. It seems to be an issue with how the Perl environment on new server is handling non-ascii characters. Our Database is Vertica and both the servers are pointing to the same database and the perl script is also pointed to the same database.

In reply to Unrecognized ICU conversion error by Sainathuni

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.