[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #12984] need i18n support for identifiers, system & porta
From: |
John Darrington |
Subject: |
PSPP-BUG: [bug #12984] need i18n support for identifiers, system & portable files |
Date: |
Wed, 31 May 2006 14:53:38 +0800 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060205 Debian/1.7.12-1.1 |
Update of bug #12984 (project pspp):
Status: None => In Progress
_______________________________________________________
Follow-up Comment #2:
>From the dev-pspp mailing list:
On Sun, Mar 19, 2006 at 05:26:47PM -0800, Ben Pfaff wrote:
Let me elaborate. Here is the plan that I envision:
i. PSPP adopts a single locale that defaults to the system locale
but can be changed with SET LOCALE. (I'll call this the "PSPP
locale".)
ii. All string data in all casefiles and dictionaries is in the
PSPP locale, or at least we make that assumption.
iii. The GET command assumes by default that data read in is in
the PSPP locale. If the user provides a LOCALE subcommand
specifying something different, then missing values and
value label keys are converted as the dictionary is read and
string case data is converted "on the fly" as data is read
from the file. We can also provide a NOCONVERT subcommand
(with a better name, I hope) that flags string variables
that are not to be converted.
iv. The SAVE command assumes by default that data written out is
to be in the PSPP locale. If the user provides a LOCALE
subcommand specifying something different, then we convert
string data, etc., as we write it, and again exceptions can
be accommodated.
v. Users who want accurate translations, as in your survey
example, choose a reasonable PSPP locale, e.g. something based
on UTF-8.
vi. We look into the possibility of tagging system files with a
locale. The system file format is extensible enough that
this would really just be a matter of testing whether SPSS
will complain loudly about our extension records or just
silently ignore them.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12984>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- PSPP-BUG: [bug #12984] need i18n support for identifiers, system & portable files,
John Darrington <=