Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Ayumi), 1,405 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Unicode and double byte enabled support #97938
11/08/06 13:02
11/08/06 13:02
Joined: Dec 2002
Posts: 293
Minnesota
Peter Churness Offline OP
Member
Peter Churness  Offline OP
Member

Joined: Dec 2002
Posts: 293
Minnesota
Hey guys,

I'm talking to a publisher about haviing our Axys Adventures: Truth Seeker game lcalized for foreign markets. I'm filling out their form and came across these questions:

Is the game double-byte enabled?
Does it support Unicode?

Are these engine specific questions I'm assuming? If so, do you have the answer? Does the engine support it? Does C-Script support it?

Thanks in advance for your help!

Peter

Re: Unicode and double byte enabled support [Re: Peter Churness] #97939
11/08/06 15:10
11/08/06 15:10
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Yes, those are engine specific questions and the answer is no: No double bytes, no Unicode, just plain ASCII.

Re: Unicode and double byte enabled support [Re: jcl] #97940
11/08/06 15:33
11/08/06 15:33
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
But ASCII only uses 7 bits and I know 3dgs supports fonts with 256 letters (8 bits).

There are different ASCII extensions which also use the eighth bit - which one does 3dgs use? ISO 8859-1?

Re: Unicode and double byte enabled support [Re: FBL] #97941
11/08/06 15:49
11/08/06 15:49
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
It's up to you what coding you use. You can even define your own. The engine does not care about the coding.

Re: Unicode and double byte enabled support [Re: jcl] #97942
11/08/06 18:02
11/08/06 18:02
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
Ok, which extension does windows use then?

Re: Unicode and double byte enabled support [Re: FBL] #97943
11/08/06 20:06
11/08/06 20:06
Joined: Sep 2003
Posts: 3,236
San Diego, CA
M
Marco_Grubert Offline
Expert
Marco_Grubert  Offline
Expert
M

Joined: Sep 2003
Posts: 3,236
San Diego, CA
@firo: When you are using bitmapped fonts (the default) you define your own mapping which can be ASCII, ANSI or Klingon- as long as it fits into 8 bits.

Re: Unicode and double byte enabled support [Re: Marco_Grubert] #97944
11/09/06 08:31
11/09/06 08:31
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
Yeah I know (formulated my initial post wrong), but I want to know which mapping is in Windows.

Let's say I just want to have the layout Windows uses.... I'd prefer to just look it up instead of testing 128 bitcodes...

Re: Unicode and double byte enabled support [Re: FBL] #97945
11/09/06 11:09
11/09/06 11:09
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Windows doesn't use a particular coding either. It's the Truetype fonts that use codings. With the Windows Utility CHARMAP.EXE you can check the coding of a particular Truetype font.

Re: Unicode and double byte enabled support [Re: jcl] #97946
11/09/06 13:02
11/09/06 13:02
Joined: Dec 2002
Posts: 293
Minnesota
Peter Churness Offline OP
Member
Peter Churness  Offline OP
Member

Joined: Dec 2002
Posts: 293
Minnesota
Thanks JCL for the quick answer!


Moderated by  old_bill, Tobias 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1