pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Thank you + question about unicode support in PSPP


From: John Darrington
Subject: Re: Thank you + question about unicode support in PSPP
Date: Thu, 1 Feb 2007 08:15:57 +0900
User-agent: Mutt/1.5.9i

On Tue, Jan 30, 2007 at 09:02:30PM -0600, Juha Vehnia wrote:
     !DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     <html>
     <head>
       <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"
       <title</title
     </head>
     <body bgcolor="#ffffff" text="#000000">
     <font size="-1"><font face="Tahoma">Hi there,<br>
     <br>
     Just wanted to thank you guys for hard work. Noticed that extended
     labels are now supported. <br>
     <br>
     I also wanted to ask you how are unicode characters handled via text
     file import data mechanism? We have PHP code that will produce ASCII
     file then we load it up with PSPP and save into the SPSS binary mode.
     This far we haven't been able to get the unicode sets to work.<br>
     <br>
     Thanks,<br>

String data input in  PSPP is independent of any character set
encoding, at least so far as DATA LIST is concerned.  If you use a
syntax like:

DATA LIST LIST /s (a25).
BEGIN DATA.
String in any encoding
END DATA.

SAVE OUTFILE='myfile.sav'.


Then myfile.sav will contain your string data verbatim; the character
encoding doesn't matter.  I don't think it's currently possible to
create variable names with non-ascii characters.

Hope this helps.

Please don't send email in HTML.  It is hard to read them.

J'

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]