Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-11030

utf-8 characters incorrectly displayed/inserted on cqlsh on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 2.2.6, 3.0.4, 3.4
    • None
    • Low

    Description

      C:\Users\Paulo\Repositories\cassandra [2.2-10948 +6 ~1 -0 !]> .\bin\cqlsh.bat --encoding utf-8
      Connected to test at 127.0.0.1:9042.
      [cqlsh 5.0.1 | Cassandra 2.2.4-SNAPSHOT | CQL spec 3.3.1 | Native protocol v4]
      Use HELP for help.
      cqlsh> INSERT INTO bla.test (bla ) VALUES  ('não') ;
      cqlsh> select * from bla.test;
      
       bla
      -----
       n?o
      
      (1 rows)
      

      Attachments

        Activity

          People

            pauloricardomg Paulo Motta
            pauloricardomg Paulo Motta
            Paulo Motta
            Stefania Alborghetti
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: