[Bug 1331521] Re: column has problems with different file encodings

2016-01-27 Thread Seb Bonnard
Hi,

I have just noticed that the behavior of the "column" command is normal
is my use case therefore my example is completely off topic, oops :-)

Can the admin .of this forum remove my comments from this bug (starting
from comment #3) ?

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331521

Title:
  column has problems with different file encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsdmainutils/+bug/1331521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331521] Re: column has problems with different file encodings

2016-01-25 Thread Seb Bonnard
The file used for my second example.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331521

Title:
  column has problems with different file encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsdmainutils/+bug/1331521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331521] Re: column has problems with different file encodings

2016-01-25 Thread Seb Bonnard
** Attachment added: "toto1"
   
https://bugs.launchpad.net/ubuntu/+source/bsdmainutils/+bug/1331521/+attachment/4556231/+files/toto1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331521

Title:
  column has problems with different file encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsdmainutils/+bug/1331521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331521] Re: column has problems with different file encodings

2016-01-25 Thread Seb Bonnard
Here is a better example with toto1 containing two columns :

$ file toto1
toto1: ASCII text
$ cat toto1
3889M ./DVD/TEST.vob
3139M ./Enregistrements/France 2 - Mediterranee, notre mer a tous - 28-01-2014 
20h53 01h42 22.m2ts
2970M 
./CHRIST/JesusLeFilm/The_Gospel_of_Luke_-_Film_-_Visual_Bible_in_HD_Very_Rare_Version__22__2PHPLApTt7Y.mp4
1944M ./CHRIST/tv2vie.org/videos/direct2vie/20140116 --- Veillee pour la 
Jeunesse 20_12_13 --- HtID3NZhFhQ.webm
$ column -t toto1
3889M  ./DVD/TEST.vob
3139M  ./Enregistrements/France 
   2-Mediterranee,  notre  mer  
 a tous  - 28-01-2014  20h53  01h42  22.m2ts
2970M  
./CHRIST/JesusLeFilm/The_Gospel_of_Luke_-_Film_-_Visual_Bible_in_HD_Very_Rare_Version__22__2PHPLApTt7Y.mp4
1944M  ./CHRIST/tv2vie.org/videos/direct2vie/20140116   
   ---  Veillee  pour   la Jeunesse 
 20_12_13  ---   HtID3NZhFhQ.webm

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331521

Title:
  column has problems with different file encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsdmainutils/+bug/1331521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331521] Re: column has problems with different file encodings

2016-01-25 Thread Seb Bonnard
Here is the toto1 file is used in my second example, but It seems that
multiple spaces output by "column -t" are truncated by the Launchpad
application.

So, in order to reproduce my problem, you need to type these commands in Ubuntu 
14.10 :
$ unset LANG LANGUAGE $(echo ${!LC_*})
$ file toto1 #Just to confirm my file in ASCII
$ cat toto1
$ column -t toto1

and see for yourself :-)


** Attachment added: "toto1"
   
https://bugs.launchpad.net/ubuntu/+source/bsdmainutils/+bug/1331521/+attachment/4556234/+files/toto1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331521

Title:
  column has problems with different file encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsdmainutils/+bug/1331521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331521] Re: column has problems with different file encodings

2016-01-25 Thread Seb Bonnard
Hi,

My problem seems to be related to yours, here what I get with a non
accentuated file containing :

$ file toto1
toto1: ASCII text
$  cat toto1
./DVD/TEST.vob
./Enregistrements/France 2 - Mediterranee, notre mer a tous - 28-01-2014 20h53 
01h42 22.m2ts
./CHRIST/JesusLeFilm/The_Gospel_of_Luke_-_Film_-_Visual_Bible_in_HD_Very_Rare_Version__22__2PHPLApTt7Y.mp4
./CHRIST/tv2vie.org/videos/direct2vie/20140116 --- Veillee pour la Jeunesse 
20_12_13 --- HtID3NZhFhQ.webm
$  column -t toto1
./DVD/TEST.vob
./Enregistrements/France
2-Mediterranee,  notre  mer   a 
tous  - 28-01-2014  20h53  01h42  22.m2ts
./CHRIST/JesusLeFilm/The_Gospel_of_Luke_-_Film_-_Visual_Bible_in_HD_Very_Rare_Version__22__2PHPLApTt7Y.mp4
./CHRIST/tv2vie.org/videos/direct2vie/20140116  
---  Veillee  pour   la Jeunesse  
20_12_13  ---   HtID3NZhFhQ.webm

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331521

Title:
  column has problems with different file encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsdmainutils/+bug/1331521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331521] Re: column has problems with different file encodings

2016-01-25 Thread Seb Bonnard
BTW : I'm using Ubuntu 14.10 wih bsdmainutils version 9.0.5ubuntu1.

** Attachment removed: "toto1"
   
https://bugs.launchpad.net/ubuntu/+source/bsdmainutils/+bug/1331521/+attachment/4556231/+files/toto1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331521

Title:
  column has problems with different file encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsdmainutils/+bug/1331521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1331521] Re: column has problems with different file encodings

2016-01-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bsdmainutils (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1331521

Title:
  column has problems with different file encodings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsdmainutils/+bug/1331521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs