Re: Facing issue in using special characters

2019-03-17 Thread Warner, Gary, Jr
Many of us have faced character encoding issues because we are not in control of our input sources and made the common assumption that UTF-8 covers everything. In my lab, as an example, some of our social media posts have included ZawGyi Burmese character sets rather than Unicode Burmese. (Bec

Re: Facing issue in using special characters

2019-03-15 Thread Gunther
uot;special characters". My own people get that same sermon from me when they make that mistake. -Gunther On 3/15/2019 1:19, M Tarkeshwar Rao wrote: Hi all, Facing issue in using special characters. We are trying to insert records to a remote Postgres Server and our application not ab

Facing issue in using special characters

2019-03-14 Thread M Tarkeshwar Rao
Hi all, Facing issue in using special characters. We are trying to insert records to a remote Postgres Server and our application not able to perform this because of errors. It seems that issue is because of the special characters that has been used in one of the field of a row. Regards