Reading/writing wide characters

From: Josef Moellers (josef.moellers_at_fujitsu-siemens.com)
Date: 11/29/04

  • Next message: Villy Kruse: "Re: Unix commands and perl"
    Date: Mon, 29 Nov 2004 09:25:14 +0100
    
    

    Hi,

    I have an MP3 player (an iPod clone?) which stores its playlist with
    wide (16 bit) characters. I'd like to manipulate the playlist using
    perl. Is there a way to transparently handle wide characters so I can
    read other, non-wide, files and write wide characters to the playlist?

    TIA,

    Josef

    -- 
    Josef Möllers (Pinguinpfleger bei FSC)
    	If failure had no penalty success would not be a prize
    						-- T.  Pratchett
    

  • Next message: Villy Kruse: "Re: Unix commands and perl"

    Relevant Pages

    • Re: Reading HTTP response body that is gzipd *and* in UTF-8
      ... The reason I'm not using PerlIO::gzip is mostly just ignorance. ... BM> anything that's visible at the Perl level. ... BM> meaningless to apply gzip to a stream of characters. ... BM> Encode the value of the charset MIME parameter). ...
      (comp.lang.perl.misc)
    • Re: splitting a very large file based on characters in a record (performance)
      ... X (each of 125 characters), and further I have to split the 125 ... While I use awk for most of my text manipulation work, ... personal experience perl will be much faster than awk. ... that I had an awk script and a perl script that read sendmail files to ...
      (comp.unix.shell)
    • Re: FAQ 6.23 How can I match strings with multibyte characters?
      ... Starting from Perl 5.6 Perl has had some level of multibyte character ... See perluniintro, perlunicode, and Encode. ... Other bytes represent single characters, ... I would like to search for a sequence of unicode characters ...
      (comp.lang.perl.misc)
    • Re: Handling international characters in filenames on Win32
      ... > I am struggling with handling accented characters in Win32 long filenames ... > correctly in Perl. ... > international characters in the sub directories names). ... Sounds like one of those codeset conversion problems. ...
      (comp.lang.perl.misc)
    • replacing two EOL chars by one
      ... I want to replace two end of line characters by ... The files in question is unix, ... i realized that the fucking perl to my ... of any line anywhere within the string. ...
      (comp.lang.python)