Menu

wrong characters on printed pages

2007-09-14
2012-11-13
  • Nobody/Anonymous

    When I print anything from Notepad ++ the title of the document and the date on the page header part appear on different codepage than the systems one, which is Greek. So these information are not readable.
    Has anyone experienced anything similar in other languages?
    Is it something that can be fixed in a future release?

    Thanx

     
    • Nobody/Anonymous

      Just for test i added line
      execute(SCI_STYLESETCHARACTERSET, (WPARAM)styleID, (LPARAM)SC_CHARSET_RUSSIAN);
      into setSpecialStyle() and it works perfectly with Courier New now! So we need an ability to control it...

       
    • Nobody/Anonymous

      I can't print documents in Russian with notepad++. They are ALL TOTALLY unreadable, not only headers...

      And the same unreadable characters are in shortcut mapping window.

       
    • Nobody/Anonymous

      Walked around it and, it seems, we need a "Character set" combo box in style setup dialog, which than will be passed to scintilla with SCI_STYLESETCHARACTERSET mesage...
      This happened, for example, with Courier New font and default charset, when with other font it could work fine... It seems default charsets for different fonts are messed up in Windows, so we need a feature to control it %)