copy-pasting from hipchat window messes up character encoding

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Won't Do
    • None
    • Component/s: Chat history
    • None

      Dear Developers,

      whenever we share code through HipChat, especially SQL code, they do not run anymore, as HipChat replaces leading <space>(s) with some non-ascii characters, and SQL server results:
      ERROR: Only ASCII characters are allowed in an identifier.Invalid ASCII char: e2 80 82

      correct:

      select * from (
        select 1
      )
      

      copy pasted from HC window

      select * from (
        select 1
      )
      

      It's really uncomfortable, please fix it.

      Thanks,
      Greg

            Assignee:
            Unassigned
            Reporter:
            Greg Kovacs
            Archiver:
            Michael Andreacchio

              Created:
              Updated:
              Resolved:
              Archived: