Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
4 registered members (AndrewAMD, fogman, Grant, juanex), 972 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Unicode and Double-byte enabled??? #97837
11/07/06 19:47
11/07/06 19:47
Joined: Dec 2002
Posts: 293
Minnesota
Peter Churness Offline OP
Member
Peter Churness  Offline OP
Member

Joined: Dec 2002
Posts: 293
Minnesota
Hey 'yall,

I'm filling out a form for a potential publisher regarding localizing our Axys Adventures: Truth Seeker game into other languages. The following question is on the form and I guess I'm not really sure about the answer.

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

Anyone know the answer? The game is using A6 Pro.

Anyone know what they mean by "double-byte enabled"? Are they referring to 32-bit vs. 64-bit OS?

Thanks in advance for any help...

Peter

Re: Unicode and Double-byte enabled??? [Re: Peter Churness] #97838
11/07/06 20:26
11/07/06 20:26
Joined: Oct 2004
Posts: 1,655
T
testDummy Offline
Serious User
testDummy  Offline
Serious User
T

Joined: Oct 2004
Posts: 1,655
Is a "character" in a "string" represented with 2 bytes (16-bits) or simply 1 byte (8-bits)? A 2-byte character type can be used to represent more symbols than a 1-byte character. To represent all characters or symbols of some languages, characters should probably be 16-bits (2 bytes) in length or size.
Based on function str_for_asc found in the manual, I assume that characters in Acknex strings are represented with only 8-bits (1 byte). Also, the functions in the SDK appear to use the standard char data type. May best guess is: Currently, the Acknex Engine has no specific support for 'Unicode'.

Re: Unicode and Double-byte enabled??? [Re: testDummy] #97839
11/08/06 12:50
11/08/06 12:50
Joined: Dec 2002
Posts: 293
Minnesota
Peter Churness Offline OP
Member
Peter Churness  Offline OP
Member

Joined: Dec 2002
Posts: 293
Minnesota
Thanks testDummy,

So then it sounds like their two questions regarding unicode and double-byte enabled is really one question? In other words, unicode requires the double byte per character and that's what they are probably asking?

Anyone else have any knowledge on this if the engine supports unicode?


Moderated by  HeelX, Spirit 

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