Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Japanese in an RPG?
- To: Josh Glover <jmglov@example.com>
- Subject: Japanese in an RPG?
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Date: Mon, 14 May 2001 14:11:40 +0900
- Cc: TLUG Mailing List <tlug@example.com>
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <989811858.3aff5492a87cd@example.com>
- References: <989811858.3aff5492a87cd@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <8Q7xo.A.ZRF.As2_6@example.com>
- Resent-Sender: tlug-request@example.com
>>>>> "Josh" == Josh Glover <jmglov@example.com> writes: Josh> We use Python to handle the dialogues, so any solution that Josh> we adopt would have to be OK with Python. You need to require Python 2. Python 1.5 doesn't deal well at all with I18N. Python 1.6 wasn't out long enough to be worth dealing with it. Josh> What do you guys think? Does Unicode work? I really know Josh> very little about it, other than it is not widely used. For this purpose, it works fine. I forget what the correct term is, but python deals with character set translation via plugin modules. So you need to find out what those modules are, detect that they aren't present, and give the user a warning message if they request an unsupported language/encoding. Here's the way you do it: ASCII msg Unicode msg EUC msg RPG engine -----------> RPG client -------------> eucJP.py ---------> user database database table (gettext) Don't take the "eucJP.py" seriously, it's almost surely called something else (and might even be an .so). -- University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Institute of Policy and Planning Sciences Tel/fax: +81 (298) 53-5091 _________________ _________________ _________________ _________________ What are those straight lines for? "XEmacs rules."
- References:
- Japanese in an RPG?
- From: Josh Glover <jmglov@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: Yet another locale question....
- Next by Date: VMware firewall
- Prev by thread: Japanese in an RPG?
- Next by thread: VMware firewall
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links