Página 1 de 1

IDE suggestion - ENCODING

Publicado: Mié Abr 15, 2015 8:30 pm
por Hurricane
Allow ENCODING per project, for existing files and new files.
Project->Project properties
ENCODING OPEN <OEM>
ENCODING NEW <ANSI>
ENCODING per file is labor intensive and very risky.
For any project, is setting is essential.
Real situation:
I made the system migration to a company (Clipper => Harbour). In this case, you need specific ENCODING.
When start using Xailer, need to use two types of ENCODING (to CONSOLE files and graphical screens), both the "same project/EXE".

IDE suggestion - ENCODING

Publicado: Jue Abr 16, 2015 10:54 am
por jfgimenez
Hi,
this is not usual, so it doesn't appear in the project properties. But it's already there. Just add a line to your .xpj file like this:
<Project>
  <Charset Value="OEM"/>
...
and reopen the project.