Page 1 of 1

Would the CEGUI New Version Support Chinese??

Posted: Wed Mar 09, 2005 09:15
by jasom_liu
CE,I am using OGRE+CEGUI to develop a little game engine, and some of My friends use it too .We all want to display and input the Chinese freely .
Would you have a plan that the new version of the CEGUI will support chinese? And if you have , I think maybe I can offer some useful file .
Apologize for my poor English . Thanks.

Re: Would the CEGUI New Version Support Chinese??

Posted: Wed Mar 09, 2005 09:49
by Guest
You should find an answer in this thread :
http://www.cegui.org.uk/modules/newbb/v ... ost_id=337

--
Chris

Re: Would the CEGUI New Version Support Chinese??

Posted: Wed Mar 09, 2005 10:53
by CrazyEddie
Correct.

The system already has support for rendering Chinese glyphs when given an appropriate source font to use. There are, admittedly, currently some limitations, though I do intend to address these in line with my development plan for the system.

Input is not gathered by CEGUI itself, so as long as you can get your input library to give you UTF-32 codepoint values fo input, you can pass these directly into CEGUI.

CE.

Re: Would the CEGUI New Version Support Chinese??

Posted: Thu Mar 10, 2005 07:08
by jasom_liu
Thanks for your help ~~ But,:( I can't open the link
< http://crayzedsgui.sourceforge.net/modu ... opic&t=313 > :(
Could anybody help me ?

Re: Would the CEGUI New Version Support Chinese??

Posted: Thu Mar 10, 2005 07:27
by Guest
The link is broken indeed and the topic seems to be lost but there's still a screenshot of the Chinese demo in the image gallery :
http://www.cegui.org.uk/modules/myalbum ... id=8&cid=1

--
Chris

Re: Would the CEGUI New Version Support Chinese??

Posted: Thu Mar 10, 2005 07:45
by jasom_liu
I have seen the screenshot. Thanks . :)
BDW .. If anybody still have the project file copy ,Could you send an e-mail to me with it ?
My e-Mail address: jasom_liu@163.com OR jasom_liu@msn.com
Thanks very much ..

Re: Would the CEGUI New Version Support Chinese??

Posted: Thu Mar 10, 2005 10:02
by CrazyEddie
Hi,

The thread linked to is still available, at:
http://www.cegui.org.uk/modules/newbb/v ... pic_id=313

There is a link to the demo part way down (one of my posts).

HTH

CE

Re: Would the CEGUI New Version Support Chinese??

Posted: Thu Mar 10, 2005 10:09
by Guest
Seems that it works only for admins.
I get the message "You don't have the right to access this forum" when i click your link.

--
Chris

Re: Would the CEGUI New Version Support Chinese??

Posted: Thu Mar 10, 2005 10:32
by CrazyEddie
That's odd. I'll have to look into that, the topic does not exist unless I am logged in as me :roll:

Anyway, I have reproduced the post in question below. Please note that I have no idea if the demo will compile properly against the current CEGUI code.

-------------
Original Post
-------------
Okay, I have put together a small demo with some Chinese in it :D

Firstly, forgive me if the Chinese is poorly translated :oops:

Here is a screenshot:

Updated 22nd August 2006:
This is now hugely out of date and so is being removed. For something more contemporary, look here:
http://www.cegui.org.uk/phpBB2/viewtopic.php?t=1802

CE.

Re: Would the CEGUI New Version Support Chinese??

Posted: Fri Mar 11, 2005 07:22
by jasom_liu
Thanks~ I have settled the problem . :P