Incompatibilities with xMate HbIDE / Incompatibilidades de HbIDE con xMate

169 views
Skip to first unread message

Guillermo Varona Silupú

unread,
Jul 24, 2010, 11:01:21 PM7/24/10
to harbou...@googlegroups.com
[SPA]
Hola, recientemente estoy utilizando HbIDE y encuentro las siguientes incompatibilidades con el xMate:
1.- HbIDE no me muestra las vocales con tilde  de mis archivos que he guardado con xMate (á, é, í, ó, ú -->  , ‚, ¡, ¢, £), ¿Cómo puedo hacer para ver mis archivo como se ven xMate?. Intente probar cambiando el encoding, pero despues de seleccionar cualquier encoding, el programa se corta y se sale.

2.- Este fragmento de codigo:

   //*********************************************************************
   // Archivo......: CtbClPro.PRG
   // Description..: Gestion General del Archivo de Clientes/Proveedores (SyS-Stk/SyS-Cont)
   //*********************************************************************
#include "inkey.ch"
#include "box.ch"
#include "setcurs.ch"
#include "tbrowse.ch"

#define JNOMB_RZSO    'Left( ALLTRIM(TRIM(ClPr->Pri_Nomb)+" "+TRIM(ClPr->Seg_Nomb)+" "+TRIM(ClPr->Ape_Pate)+" "+TRIM(ClPr->Ape_Mate)+" "+TRIM(ClPr->Nom_RzSo))+SPAC(180),180)'
#define KNOMB_RZSO     Left( ALLTRIM(TRIM(ClPr->Pri_Nomb)+" "+TRIM(ClPr->Seg_Nomb)+" "+TRIM(ClPr->Ape_Pate)+" "+TRIM(ClPr->Ape_Mate)+" "+TRIM(ClPr->Nom_RzSo))+SPAC(180),180)

   //***************************************************************
   // AyudClPr() : Ayuda a Codificar se activa con F1
   //***************************************************************

PROCEDURE AyudClPr( aGetList )

En xMate lo veo bien (comentario y codigo), pero en xMate lo veo todo como comentario.

3.- Esta no es incompatibilidad, pero aprovecho para comentarla aqui: Cuando minimizo HbIDE, este se va al área de notificación, pero cuando lo quiero volver a usar el programa se corta arrojando este mensaje:

Esto sucede solo en Windows, en Ubuntu no sucede.

Gracias de Antemano

[ENG]

Hello, recently I am using HbIDE and find the following inconsistencies with the xMate:
1 .- HbIDE not show me the vowels with accents of my files I've saved xMate (á, é, í, o, u ->,,,, ¢, £), How I can do to see my file as seen xMate?. Try changing the encoding test, but after selecting any encoding, the program is cut and leaves.

2 .- This snippet of code:

   //*********************************************************************
   // Archivo......: CtbClPro.PRG
   // Description..: Gestion General del Archivo de Clientes/Proveedores (SyS-Stk/SyS-Cont)
   //*********************************************************************
#include "inkey.ch"
#include "box.ch"
#include "setcurs.ch"
#include "tbrowse.ch"

#define JNOMB_RZSO    'Left( ALLTRIM(TRIM(ClPr->Pri_Nomb)+" "+TRIM(ClPr->Seg_Nomb)+" "+TRIM(ClPr->Ape_Pate)+" "+TRIM(ClPr->Ape_Mate)+" "+TRIM(ClPr->Nom_RzSo))+SPAC(180),180)'
#define KNOMB_RZSO     Left( ALLTRIM(TRIM(ClPr->Pri_Nomb)+" "+TRIM(ClPr->Seg_Nomb)+" "+TRIM(ClPr->Ape_Pate)+" "+TRIM(ClPr->Ape_Mate)+" "+TRIM(ClPr->Nom_RzSo))+SPAC(180),180)

   //***************************************************************
   // AyudClPr() : Ayuda a Codificar se activa con F1
   //***************************************************************

PROCEDURE AyudClPr( aGetList )

In xMate see it well (and code comments) but I see everything as xMate comment.

3 .- This is not incompatible, but take the opportunity to comment on here: When I minimize HbIDE, this is going to tray, but when I want to reuse the program is short throwing this message:

This only applies to Windows, Ubuntu does not happen.


TIA

BestRegards

GVS

Guillermo Varona Silupú

unread,
Jul 24, 2010, 11:06:27 PM7/24/10
to harbou...@googlegroups.com
El 24/07/2010 10:01 p.m., Guillermo Varona Silupú escribió:
[SPA]
. . .

En xMate lo veo bien (comentario y codigo), pero en xMate lo veo todo como comentario.
Escribí mal, debe decir:

En xMate lo veo bien (comentario y codigo), pero en HbIDE lo veo todo como comentario.
3.- Esta no es incompatibilidad, pero aprovecho para comentarla aqui: Cuando minimizo HbIDE, este se va al área de notificación, pero cuando lo quiero volver a usar el programa se corta arrojando este mensaje:
No pude pegar la imagen con el mensaje

[ENG]


In xMate see it well (and code comments) but I see everything as xMate comment.
In xMate see it well (and code comments) but I see everything as HbIDE comment.

TIA
BestRegard
GVS


Massimo Belgrano

unread,
Jul 25, 2010, 3:40:17 AM7/25/10
to Harbour Users
1 trye in setup menu set the right encoding
FUNC MAIN
STRING="ÀÈÉÌÙÇ"

2 )the problem is due by precedence of // and /*
is very simple to resolve you replace //* with //+


Can you share your experence posting also wich operation you have done
to convert project files, ecc


Best regard

On 25 Lug, 05:06, Guillermo Varona Silupú <gvar...@ec-red.com> wrote:
>   El 24/07/2010 10:01 p.m., Guillermo Varona Silup� escribi�:> [SPA]
> > . . .
> > En xMate lo veo bien (comentario y codigo), pero en xMate lo veo todo
> > como comentario.
>
> Escrib� mal, debe decir:
>
> En xMate lo veo bien (comentario y codigo), pero en HbIDE lo veo todo
> como comentario.> 3.- Esta no es incompatibilidad, pero aprovecho para comentarla aqui:
> > Cuando minimizo HbIDE, este se va al �rea de notificaci�n, pero cuando

Guillermo Varona Silupú

unread,
Jul 25, 2010, 3:12:26 PM7/25/10
to harbou...@googlegroups.com
Hi Massimo,

El 25/07/10 02:40, Massimo Belgrano escribió:
1 trye in setup menu set the right encoding
FUNC MAIN
 STRING="ÀÈÉÌÙÇ"
[SPA]
He probado con todos los encoding que funcionan sin éxito.
Lo que quiero es que mis .prg guardados con xMate se vean bien en HbIDE, el problema se complica más cuando guardo un .prg con HbIDE, desaparecen varios de las carácteres especiales, como por ejemplo las vocales con tilde y los caracteres de cuadro.
¿Cómo puedo hacer para importar mis .prg desde xMate sin el trauma de que al guardarlos con HbIDE cambien las vocales con tilde y los caracteres de cuadro?

[ENG]
 
I tried all the encoding to work without success.
What I want is that my .Prg saved with xMate HbIDE look good on, the problem becomes more complicated when I save a .Prg with HbIDE disappear number of special characters such as accented vowels and box characters.
How I can do to import my .Prg from xMate without the trauma of that change HbIDE save with the vowels with accents and characters in the picture?

2 )the problem is due by precedence of // and /*
is very simple to resolve  you replace //* with //+
[SPA]
Claro!!!; Se como resolver esto.
Mi intriga era de cual es lo correcto lo que hace xMate o HbIDE.
En cualquier caso harbour no se hace problema y compila normalmente.
[ENG]
Sure!, Is how to solve this.
My intrigue was the right thing which is what makes or HbIDE xMate.
In any case harbor is not normally compile problem.


Can you share your experence posting also wich operation you have done
to convert project files, ecc
[SPA]
Estoy probando con un sistema pequeño, y he creado un nuevo proyecto desde cero.
Lo ideal sería importar los proyectos desde xMate.
He probado en Win764 bit y en Ubuntu 10.04.
En Win no he podido configurar para obtener el EXE.
En Ubuntu si construye el BIN y funciona, pero cuando guardo un archivo en HbIDE, me borra los carateres de cuadro y mi sistema lo veo asi:
[ENG]
I'm testing with a small system, and have created a new project from scratch.
The ideal would be to import projects from xMate.
I have tried in Win764 bit and Ubuntu 10.04.
In Windows I could not set up to get the EXE.
In Ubuntu if it builds the BIN and it works, but when I save a file in HbIDE I caráterista clears my system box and see it like this:


[SPA] Antes de guardar el fuente con HbIDE:
[ENG] Before storing the source HbIDE:


[SPA] Despues de guardar el fuente con HbIDE (desaparecen los caracteres de cuadro):
[ENG] After saving the source HbIDE (disappear box characters):


Guillermo Varona Silupú

unread,
Jul 25, 2010, 3:12:50 PM7/25/10
to harbou...@googlegroups.com
Hi Massimo,

El 25/07/10 02:40, Massimo Belgrano escribió:
1 trye in setup menu set the right encoding
FUNC MAIN
 STRING="ÀÈÉÌÙÇ"
[SPA]
He probado con todos los encoding que funcionan sin éxito.
Lo que quiero es que mis .prg guardados con xMate se vean bien en HbIDE, el problema se complica más cuando guardo un .prg con HbIDE, desaparecen varios de las carácteres especiales, como por ejemplo las vocales con tilde y los caracteres de cuadro.
¿Cómo puedo hacer para importar mis .prg desde xMate sin el trauma de que al guardarlos con HbIDE cambien las vocales con tilde y los caracteres de cuadro?

[ENG]
 
I tried all the encoding to work without success.
What I want is that my .Prg saved with xMate HbIDE look good on, the problem becomes more complicated when I save a .Prg with HbIDE disappear number of special characters such as accented vowels and box characters.
How I can do to import my .Prg from xMate without the trauma of that change HbIDE save with the vowels with accents and characters in the picture?

2 )the problem is due by precedence of // and /*
is very simple to resolve  you replace //* with //+
[SPA]
Claro!!!; Se como resolver esto.
Mi intriga era de cual es lo correcto lo que hace xMate o HbIDE.
En cualquier caso harbour no se hace problema y compila normalmente.
[ENG]
Sure!, Is how to solve this.
My intrigue was the right thing which is what makes or HbIDE xMate.
In any case harbor is not normally compile problem.


Can you share your experence posting also wich operation you have done
to convert project files, ecc
[SPA]
Estoy probando con un sistema pequeño, y he creado un nuevo proyecto desde cero.
Lo ideal sería importar los proyectos desde xMate.
He probado en Win764 bit y en Ubuntu 10.04.
En Win no he podido configurar para obtener el EXE.
En Ubuntu si construye el BIN y funciona, pero cuando guardo un archivo en HbIDE, me borra los carateres de cuadro y mi sistema lo veo asi:
[ENG]
I'm testing with a small system, and have created a new project from scratch.
The ideal would be to import projects from xMate.
I have tried in Win764 bit and Ubuntu 10.04.
In Windows I could not set up to get the EXE.
In Ubuntu if it builds the BIN and it works, but when I save a file in HbIDE I caráterista clears my system box and see it like this:


[SPA] Antes de guardar el fuente con HbIDE:
[ENG] Before storing the source HbIDE:


[SPA] Despues de guardar el fuente con HbIDE (desaparecen los caracteres de cuadro):
[ENG] After saving the source HbIDE (disappear box characters):



TIA

BestRegards
GVS

Guillermo Varona Silupú

unread,
Jul 25, 2010, 3:21:59 PM7/25/10
to harbou...@googlegroups.com
[SPA] Aquí, quizás no me explique bien, lo que desaparecen son la lineas verticales que las dibujo con carateres de cuadro.
[ENG] Here, perhaps I am not understood well, what are the vertical lines disappear that caráterista drawing table.




BestRegards
GVS
TIA

BestRegards
GVS

Pritpal Bedi

unread,
Jul 26, 2010, 12:00:34 PM7/26/10
to Harbour Users
Hi

> [ENG] Here, perhaps I am not understood well, what are the vertical
> lines disappear that car�terista drawing table.

Please send me the simplified code which I can compile
here without the use of any table or so simulating above
behavior, and hopefully it will be fixed.

Exercise this:

1. Run hbIDE.
2. Set default codepage to IBM 850.
3. Exit hbIDE.
4. Reenter hbIDE.
5. Bring in some source, I mean open the source afresh.
6. Make some changes, and check if your accented characters are
visible.
7. Save it.
8. Reopen.

Please report what happened.

enjoy hbIDEing
Pritpal Bedi

Guillermo Varona Silupú

unread,
Jul 26, 2010, 4:07:06 PM7/26/10
to harbou...@googlegroups.com, bedipr...@gmail.com
El 26/07/2010 11:00 a.m., Pritpal Bedi escribió:
Exercise this:
1. Run hbIDE.
2. Set default codepage to IBM 850.
3. Exit hbIDE.
4. Reenter hbIDE.
5. Bring in some source, I mean open the source afresh.
6. Make some changes, and check if your accented characters are
visible.
7. Save it.
8. Reopen.

Please report what happened.
[SPA]
Hola Pritpal, muchas gracais por responder y por desarrollar esta gran herramienta.
Te informo los resultados del ejercicio:
He hecho los pasos que me indicas y ahora ya no elimina ningun caracter, pero si los reemplaza por otros.
Por ejemplo, he guardado los caracteres de cuadro en xMate y luego los he guardado con HbIde, te adjunto los fuentes.
Luego de compilar obtengo estos resultados:

[ENG]

With xMate:


With HbIDE:


TIA

Best Regards
GVS


BoxChar.prg
BoxCharI.prg

Guillermo Varona Silupú

unread,
Jul 26, 2010, 4:20:28 PM7/26/10
to harbou...@googlegroups.com, bedipr...@gmail.com
oops!!!
Sorry, miss convert them to English.

 
El 26/07/2010 11:00 a.m., Pritpal Bedi escribió:
Exercise this:
1. Run hbIDE.
2. Set default codepage to IBM 850.
3. Exit hbIDE.
4. Reenter hbIDE.
5. Bring in some source, I mean open the source afresh.
6. Make some changes, and check if your accented characters are
visible.
7. Save it.
8. Reopen.

Please report what happened.
[SPA]
Hola Pritpal, muchas gracais por responder y por desarrollar esta gran herramienta.
Te informo los resultados del ejercicio:
He hecho los pasos que me indicas y ahora ya no elimina ningun caracter, pero si los reemplaza por otros.
Por ejemplo, he guardado los caracteres de cuadro en xMate y luego los he guardado con HbIde, te adjunto los fuentes.
Luego de compilar obtengo estos resultados:

[ENG]
Hi Pritpal, many gracais to respond and develop this great tool.
We reported the results of the exercise:
I've done the steps that tell me and now does not delete any other characters, but replaces them with others.
For example, I saved the box characters in xMate and then I saved HbIde, I attached the source.
After compiling I get these results:
BoxChar.prg
BoxCharI.prg

Pritpal Bedi

unread,
Jul 26, 2010, 5:58:38 PM7/26/10
to Harbour Users
Hi

> Hi Pritpal, many gracais to respond and develop this great tool.
> We reported the results of the exercise:
> I've done the steps that tell me and now does not delete any other
> characters, but replaces them with others.
> For example, I saved the box characters in xMate and then I saved HbIde,
> I attached the source.

Update from SVN.
Set Codepage to Windows 1252. It should fix this issue.

enjoy hbIDEing... Pritpal Bedi

Guillermo Varona Silupú

unread,
Jul 27, 2010, 12:01:15 PM7/27/10
to harbou...@googlegroups.com, bedipr...@gmail.com
[SPA]
Hola Pritpal.
He actualizado al ultimo SVN (Harbour IDE (r15170).
He cambiado encoding a Windows-1252.

A propósito, cuando inicio HbIDE, me informa que esta usando el Encoding por defecto, ¿Cómo puedo saber cuál es el encoding por defecto?

Bueno, regresando al asunto, digamos que el problema esta solucionado en un 99%, si no fuera por la "á".

Sin embargo, con esta actualización ya puedo usar HbIDE en vez de xMate :-).

He guardado BoxChar.prg (guardado con xMate) en BoxCharI.prg usando HbIDE.
Luego he comparado los fuentes y estos son los resultados:

[ENG]
Hi Pritpal.
I upgraded to the latest SVN (Harbour IDE (r15170).
I changed to Windows-1252 encoding.

By the way (AFAIK), when I start HbIDE, informs me that you are using the default Encoding, How I can know what the default encoding?

Well, returning to the subject, say that the problem is solved by 99% if not for the "á".

However, with this update and I can use instead of xMate HbIDE.

I saved BoxChar.prg (xMate saved) in BoxCharI.prg using HbIDE.
Then I compared the sources and these are the results:

**************************************************************
D:\SyS_GVS\cont\ja>fc boxchar.prg boxchari.prg
Comparando archivos BoxChar.prg y BOXCHARI.PRG
***** BoxChar.prg
@ 18,01 SAY "á, é, í, ó, ú, ñ, Ñ   "
@ 19,01 SAY "Save with xMate (Text and Keyboard in ON)"

***** BOXCHARI.PRG
@ 18,01 SAY " , é, í, ó, ú, ñ, Ñ   "
@ 19,01 SAY "Save with hBide (Encoding: Windows-1252)"

*****
D:\SyS_GVS\cont\ja>
**************************************************************

Thank you very much

BestRegards
GVS


Guillermo Varona Silupú

unread,
Jul 27, 2010, 5:28:19 PM7/27/10
to harbou...@googlegroups.com, bedipr...@gmail.com
Hi Pritpal

[SPA]
Ahora me cambie a Ubuntu 10.04 e hice lo siguiente:
1.- Descargue el ultimo SVN (r15200)
2.- Construí harbour y con ello HbIDE en el BIN de harbour
3.- Corri HbIDE
4.- Configure el Encoding en Windows-1252
5.- Cargue mi proyecto
6.- Contruí mi binario
7.- Ejecuto mi binario y todo vuelve a cero (como estaba en el principio, no me reconoce los caracteres de cuadro ni las vocales con tilde).

Como te habia comentado en el último post, ya me habia resignado a quedarme sin la "á" con tal de utilizar HbIDE, pero ahora en Ubuntu todo vuelve a cero.

Hice las pruebas con el pequeño archivo que te adjunte, (BoxChar.prg), probe con todos los encoding de HbIDE, pero ninguno pudo migrar BoxChar.prg a HbIDE sin alterar los caracteres.
 Luego abrí BoxChar.prg con OpenOffice 3.1 con (Charset: Western Europe (DOS/OS2-850/International):


 y se abrió sin alterar los caracteres.

¿Cuál es el  encoding equivalente a éste charset en HbIDE?
¿Cómo puedo hacer para migrar mis proyectos desde xMate a HbIDE?

[ENG]

Now I switch to Ubuntu 4.10 and did the following:
1 .- Download the latest SVN (r15200)
2 .- I built this HbIDE harbor and the harbor BIN
3 .- Run HbIDE
4 .- Set Windows-1252 Encoding
5 .- Upload my project
6 .- Build my binary
7 .- I run my binary and returns to zero (as was in the beginning, I recognized the box characters or accented vowels).

As I had mentioned in my last post, I had resigned myself to stay without "á" in order to use HbIDE, but now in Ubuntu everything goes back to zero.

I did the test with the small file that you attach (BoxChar.prg), try encoding all of HbIDE, but none could migrate to HbIDE BoxChar.prg without altering the characters.
 
Then I opened BoxChar.prg with OpenOffice 3.1 with (Charset: Western Europe (DOS/OS2-850/International):

 and opened without altering the characters.

What is the equivalent encoding charset in HbIDE it?
How I can do to migrate my projects from xMate to HbIDE?


TIA

BestRegards
GVS


El 27/07/10 11:01, Guillermo Varona Silupú escribió:

Massimo Belgrano

unread,
Jul 27, 2010, 6:18:23 PM7/27/10
to harbou...@googlegroups.com
I made simililar operation in windows with same result result
How you Set codepage to IBM 850.in hbide? (setup,encoding)
How in xmate?

seem not working the Selection to ansi /OEM
In general OEM, as opposed to ANSI (i.e., cp1252), denotes the
second default codepage that most international versions of
Windows have. It is one of the OEM codepages from
http://www.microsoft.com/globaldev/reference/cphome.mspx,
and is used for the `DOS boxes', to support legacy applications.
A German Windows version for example usually uses ANSI codepage 1252
and OEM codepage 850.


2010/7/27 Guillermo Varona Silupú <gva...@ec-red.com>


>
> Now I switch to Ubuntu 4.10 and did the following:
> 1 .- Download the latest SVN (r15200)
> 2 .- I built this HbIDE harbor and the harbor BIN
> 3 .- Run HbIDE
> 4 .- Set Windows-1252 Encoding
> 5 .- Upload my project
> 6 .- Build my binary
> 7 .- I run my binary and returns to zero (as was in the beginning, I recognized the box characters or accented vowels).
>
> As I had mentioned in my last post, I had resigned myself to stay without "á" in order to use HbIDE, but now in Ubuntu everything goes back to zero.
>
> I did the test with the small file that you attach (BoxChar.prg), try encoding all of HbIDE, but none could migrate to HbIDE BoxChar.prg without altering the characters.
>  Then I opened BoxChar.prg with OpenOffice 3.1 with (Charset: Western Europe (DOS/OS2-850/International):
>

>  and opened without altering the characters.
>
> What is the equivalent encoding charset in HbIDE it?

> How I can do to migrate my projects from xMate to HbIDE?
>

hbmk2 allow convert xhp to hbide
-hbmake=<file> convert hbmake project file to .hbp file


--
Massimo Belgrano

Guillermo Varona Silupú

unread,
Jul 28, 2010, 10:38:33 AM7/28/10
to harbou...@googlegroups.com
Hi Massimo:

El 27/07/2010 05:18 p.m., Massimo Belgrano escribió:
I made simililar operation in windows with same result result
How you Set codepage to IBM 850.in hbide? (setup,encoding)
In HbIDE: Setup->Encoding->IBM850 or Windows-1252
How in xmate?
In xMate:
Option->Setup
Texto OEM: Check
Teclado OEM: Check

seem not working the Selection to ansi /OEM
    In general OEM, as opposed to ANSI (i.e., cp1252), denotes the
second default codepage that most international versions of
    Windows have.  It is one of the OEM codepages from
http://www.microsoft.com/globaldev/reference/cphome.mspx,
    and is used for the `DOS boxes', to support legacy applications.
 A German Windows version for example usually uses ANSI codepage 1252
and OEM codepage 850.
[SPA]
El tema es que mi aplicación es en español y es para modo consola y utiliza bastante los caracteres gráficos para dibujar cajas.
¿Habrá alguna forma de tomar mis fuentes desde xMate, procesarlos con alguna utilidad y luego abrirlos y trabajarlos con HbIDE sin que tenga ningun efecto no deseado en el aspecto de la aplicación?, especialmente el el dibujo de las cajas.

[ENG]
The issue is that my application is in Spanish and is for console mode and uses very graphic characters for drawing boxes.
Is there any way to make my sources from xMate, process it with some utility and then open and work with HbIDE without having any undesirable effect on the appearance of the application?, Especially the drawing of the boxes.

TIA

BestRegards
GVS

Massimo Belgrano

unread,
Jul 28, 2010, 12:17:41 PM7/28/10
to harbou...@googlegroups.com

The problem seem related to save function that lost oem info
also this basic source it lost codepage info
if you try follow info in notepad display
? "┌─┬┐"    //insert alt + 218 +196 +194+191
The file contain unicode that will be lost you must choice codification unicode isntead ansi
I hope that Pritpal help us


2010/7/28 Guillermo Varona Silupú <gva...@ec-red.com>

Hi Massimo:
El 27/07/2010 05:18 p.m., Massimo Belgrano escribió:
I made simililar operation in windows with same result result
How you Set codepage to IBM 850.in hbide? (setup,encoding)
In HbIDE: Setup->Encoding->IBM850 or Windows-1252
How in xmate?
In xMate:
Option->Setup

--
Massimo Belgrano

Guillermo Varona Silupú

unread,
Jul 28, 2010, 12:57:29 PM7/28/10
to harbou...@googlegroups.com
El 28/07/2010 11:17 a.m., Massimo Belgrano escribió:
> The problem seem related to save function that lost oem info
> also this basic source it lost codepage info
> if you try follow info in notepad display
> ? "┌─┬┐" //insert alt + 218 +196 +194+191
> The file contain unicode that will be lost you must choice
> codification unicode isntead ansi
> I hope that Pritpal help us
Ok. Massimo
Thanks for your reply.

BestRegars
GVS

Carlos Korhasanoglu

unread,
Oct 30, 2013, 11:03:26 AM10/30/13
to harbou...@googlegroups.com, bedipr...@gmail.com, gva...@ec-red.com
Hi Pritpal

I installed your great IDE (r245) to compile some PRG files generated with a DOS editor.
If I open BoxChar.PRG (sent by Guillermo) using encoding ESWIN: cp1252 I see all the characters correctly, as the screenshot.
However, if I save the file and reopen it, with the same settings, the accented a dissapears, doesn't get saved. It seems as it is the only char with problems.

Could you check it if you have the time?

Thanks in advance
Carlos  

M., Ronaldo

unread,
Oct 30, 2013, 11:50:11 AM10/30/13
to harbou...@googlegroups.com, gva...@ec-red.com
Hi Guilhermo !

Did you try to set encoding to ES850 ?

Tested here and works fine :)

Regards
capturar.png

Gmail

unread,
Oct 30, 2013, 12:44:53 PM10/30/13
to harbou...@googlegroups.com
Hello M., Ronaldo,
 
>Tested here and works fine :)
 
    Some box chars are funny...
    Is that normal?
 
Qatan
 
 

M., Ronaldo

unread,
Oct 30, 2013, 12:55:48 PM10/30/13
to harbou...@googlegroups.com
Yep...

Use it as a hint and find a proper encode ;)

regards
Reply all
Reply to author
Forward
0 new messages