Recent

Author Topic: wrong characters in exe  (Read 6110 times)

skaner1900

  • Jr. Member
  • **
  • Posts: 59
wrong characters in exe
« on: July 31, 2010, 02:37:11 pm »
Project options -> Version informations -> Rigths
"Copyrights © 2010"

project1.exe -> RMB (right mouse button) -> Properties -> Version -> Rights
"Copyrights © 2010"

why Lazarus changed "©"  to "©"
and " ąćęłńóś " to " ąćęłńóś "
?

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: wrong characters in exe
« Reply #1 on: August 16, 2010, 02:07:19 pm »
Looks like a bug. Please report in the bug tracker. Probably the resource file is made using ansi strings and the IDE assigns utf-8 strings for the resource. It should use widestrings for windows nt and ansistrings for older ones.

michaelthuma

  • New Member
  • *
  • Posts: 49
Re: wrong characters in exe
« Reply #2 on: August 16, 2010, 02:10:51 pm »
Is the IDE recomilped under UTF8 or Ansi?

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: wrong characters in exe
« Reply #3 on: August 16, 2010, 05:42:25 pm »
Is the IDE recomilped under UTF8 or Ansi?

You can't choose that. Lazarus *only* uses UTF-8. There used to be (or still is?) a define under Windows, but I've never heard of anyone that uses it.

 

TinyPortal © 2005-2018