HMG 3.1.0

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.1.0 (Test)

Post by srvet_claudio »

joposadas wrote:al compilar mis programas los acentos no los muestra como deben, mira este ejemplo

VERSION: 3.1.0 (Test 2012-11-25) NO presenta los acentos
VERSION: 3.0.46 (Testo 2012-11-06) SI presenta bien los acentos
Hola Joposadas.

Los acentos no se ven correctamente en la versión HMG-UNICODE (3.1.0) porque el texto de tu aplicación fue escrito con un procesador de texto en ANSI. Si toda la aplicación esta con el texto en ANSI basta agregar al inicio de la Función Main():

Code: Select all

Set CodePage To Spanish
Para escribir directo en Unicode tenes que poner el procesador de texto en UTF-8 (Notepat++ ---> en menú Encoding, elegir opción Encoding in UTF-8). Con UTF-8 en el procesador de textos no es necesarios Set CodePage To Spanish, y lo que escribas con acento o con caracteres de otros idiomas en UTF-8 se verán en HMG-UNICODE tal cual aparecen en el texto.

Saludos,
Claudio
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.0 (Test)

Post by esgici »

Hi Friends
rathinagiri wrote:HMG 3.1.0 (Test) 2012/11/25
- Major update to HMG
- Unicode (UTF8) compatibility. (Solely contributed by Dr. Claudio Soto)
- With this upgraded version HMG applications can be made available in all human languages.
fouednoomen wrote: any sample for Unicode language or native language .
This is a huge innovation and we haven't any sample yet ;

especially from non-latin alphabets users ;)

So, this is my humble work:

I'm not sure it's useful or not :?

Viva HMG, viva Mr. Diamond, viva Dr. Soto :D
HMG-UT8 sample in Arabic Language - Screen Shoot
HMG-UT8 sample in Arabic Language - Screen Shoot
DuaiTaam.PNG (135.49 KiB) Viewed 18144 times
duaitaam.zip
HMG-UT8 sample in Arabic Language - Source files
(1.19 KiB) Downloaded 564 times
Last edited by esgici on Fri Nov 30, 2012 12:38 am, edited 2 times in total.
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.1.0 (Test)

Post by srvet_claudio »

esgici wrote:So, this is my humble work:
WOW, Brother.
Is beautiful !!!
Is like a work of art hand painted. :D
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.0 (Test)

Post by esgici »

srvet_claudio wrote:Is like a work of art hand painted. :D
Thanks Dr.

I didn't made anything special:
  • - Write in MS-Word,
    - Copy and paste to Notepad,
    - Save as UT8
that's all.

Everything made by HMG, that is by you ;)

Hearty thanks again.

With my best regards :D
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.1.0 (Test)

Post by srvet_claudio »

This ancient manuscript was found by archaeologist Mr. Esgici in the mountains of Turkey. :o
Attachments
Captura.PNG
Captura.PNG (302.53 KiB) Viewed 18120 times
Esgici_duaitaam.rar
(49.59 KiB) Downloaded 573 times
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.1.0 (Test)

Post by Rathinagiri »

It is very nice Esgici and Claudio. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.0 (Test)

Post by esgici »

srvet_claudio wrote:This ancient manuscript was found ... :o
Thanks Dr. very nice :)

Separate thanks to papiro.jpg and program improvement :)

Regards
Viva INTERNATIONAL HMG :D
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.0 (Test)

Post by esgici »

Well,

nobody come with me :(

( to explore wonderful world of Unicode ;) )

This is famous article of our Maestro in 12 language together :arrow:

None LangSelect, none Set_CodePage etc ...

( Translator is Google; I'm innocent ;) )
What is HMG in 12 Language, Screen shoots
What is HMG in 12 Language, Screen shoots
WIH_4L.png (351.76 KiB) Viewed 18069 times
WhatIsHMG.zip
What is HMG in 12 Language, Source files
(8.26 KiB) Downloaded 840 times
Happy HMG'ing :D
Last edited by esgici on Fri Nov 30, 2012 11:26 pm, edited 1 time in total.
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.1.0 (Test)

Post by srvet_claudio »

esgici wrote:
( to explore wonderful word of Unicode ;) )

This is famous article of our Maestro in 12 language together :arrow:

None LangSelect, none Set_CodePage etc ...
WOW, wonderful, HMG-UNICODE is the best :D
Goodbye, goodbye, goodbye problems with Set_CodePage :D :D :D
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
danielmaximiliano
Posts: 2607
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.1.0 (Test)

Post by danielmaximiliano »

esgici wrote: Happy HMG'ing :D
Simple y Efectivo , gracias por compartir Esgici :D
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Post Reply