Recent content by Randomized_J

  1. R

    How to deal with accents?

    I've run into an issue where PLSQL Developer isn't acting how I would expect it to act. When I do the following Query in PLSQL Developer SELECT DUMP('ć', 1016) AS dump_hex, LENGTH('ć') AS len FROM dual; It's returning But, it's a Unicode character, so it should look like the...
Back
Top