SET CODEPAGE - hb_LANGSELECT() & hb_CDPSELECT()

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

SET CODEPAGE - hb_LANGSELECT() & hb_CDPSELECT()

Post by AUGE_OHR »

hi,

for my German App i use

Code: Select all

   SET LANGUAGE TO GERMAN
   SET CODEPAGE TO GERMAN
   SET DATE GERMAN
when use "that" Syntax : is it OEM or ANSI :?: ( seems not UNICODE )

but how when use with other Language / Country :?:

---

instead i can use harbour hb_LANGSELECT() & hb_CDPSELECT()

hb_LANGSELECT() use e.g. "DE" and Codepgae 850 so that is OEM, or :?:
hb_CDPSELECT() have German "DE" or "DEWIN" , so it is OEM or ANSI

Question : is this the same

Code: Select all

   SET LANGUAGE TO GERMAN
   SET CODEPAGE TO GERMAN

Code: Select all

   hb_LANGSELECT("DE") 
   hb_CDPSELECT("DE")
what about DATE Format :idea:
have fun
Jimmy
Post Reply