coreutils
[Top][All Lists]
Advanced

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

[Patch] expand,unexpand multibyte support


From: Ondrej Oprala
Subject: [Patch] expand,unexpand multibyte support
Date: Mon, 18 Feb 2013 16:30:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

Hi, I've been working on multibyte support for the {un,}expand utilities lately, my approach being similar to Padraig's from 2010 ( http://lists.gnu.org/archive/html/coreutils/2010-09/msg00029.html ) . Both tools now read by lines, not bytes, and then iterate over the characters properly.

Since both tools share huge amounts of code, I've created an expand-core.c file to hold it.

I've also noticed that if you add libunistring to bootstrap.conf's list of modules, libcoreutils.a will have problems compiling, hence the gnulib patch.

I was planning on doing cut next, if this gets accepted well.

Thanks,
Ondrej.

Attachment: DIFF-gnulib
Description: Text document

Attachment: DIFF
Description: Text document


reply via email to

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