Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Ascii Extended Characters

forums forums SQLyog SQLyog Localization and Source Code Discussions Ascii Extended Characters

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #12005
      Mr. Mike
      Member

      Guys,… I've recently updated to the latest version of SqlYOG and I noticed that I can enter extended characters into table data ad hoc, e.g., [ALT] + 254 = 'box' symbol.

      And SqlYOG is reading the same data that my own applications are reading.

      however, I can't get my own app's to 'display' the extended ascii character set ( or anything like unicode etc… ) properly.

      I've tried everything from database collation sets ( latin1, utf8, ascii ) to front end app changes on TEdit.Font properties like character set and font name.

      Anybody successful in doing this ? I'd like to know what SqlYOG did to get it to work in their application.

      Thanks !!!

      [attachment=1383:test.jpg]

    • #30961
      nithin
      Member

      Make sure you set the compiler options that your application supports Unicode. To display you have to convert it to wide-char string, you could try to use API MultiByteToWideChar().

Viewing 1 reply thread
  • You must be logged in to reply to this topic.