Bug#532494: Multibyte support in vilistextum - Status

2010-02-12 Thread Michal Suchanek
2010/2/11 Patric Mueller : > Michal Suchanek wrote: >> 2010/2/7 Patric Mueller : >>> Michal Suchanek wrote: On 6 February 2010 15:23, Patric Mueller wrote: >>> >>> I'm not sure that the not so common cases you're thinking of are that >>> rare. For example, my OS is completely utf-8 capable,

Bug#532494: Multibyte support in vilistextum - Status

2010-02-11 Thread Patric Mueller
Michal Suchanek wrote: > 2010/2/7 Patric Mueller : >> Michal Suchanek wrote: >>> On 6 February 2010 15:23, Patric Mueller wrote: >> >> I'm not sure that the not so common cases you're thinking of are that >> rare. For example, my OS is completely utf-8 capable, but I prefer my >> shell to be in

Bug#532494: Multibyte support in vilistextum - Status

2010-02-07 Thread Michal Suchanek
2010/2/7 Patric Mueller : > Michal Suchanek wrote: >> On 6 February 2010 15:23, Patric Mueller wrote: >>> Michal Suchanek wrote: FWIW here is a patch that a) tries to detect if user is running in utf-8 locale by a heuristic similar that that used in the autoconf test >>> >>>

Bug#532494: Multibyte support in vilistextum - Status

2010-02-07 Thread Patric Mueller
Michal Suchanek wrote: > On 6 February 2010 15:23, Patric Mueller wrote: >> Michal Suchanek wrote: >>> FWIW here is a patch that >>> >>> a) tries to detect if user is running in utf-8 locale by a heuristic >>> similar that that used in the autoconf test >> >> setlocale(LC_CTYPE, "") only sets th

Bug#532494: Multibyte support in vilistextum - Status

2010-02-06 Thread Michal Suchanek
On 6 February 2010 15:23, Patric Mueller wrote: > Michal Suchanek wrote: >> FWIW here is a patch that >> >> a) tries to detect if user is running in utf-8 locale by a heuristic >> similar that that used in the autoconf test > > setlocale(LC_CTYPE, "") only sets the current LC_CTYPE to the value o

Bug#532494: Multibyte support in vilistextum - Status

2010-02-06 Thread Patric Mueller
Michal Suchanek wrote: > FWIW here is a patch that > > a) tries to detect if user is running in utf-8 locale by a heuristic > similar that that used in the autoconf test setlocale(LC_CTYPE, "") only sets the current LC_CTYPE to the value of the user environment. If e.g. the user has LC_ALL=C the

Bug#532494: Multibyte support in vilistextum - Status

2010-02-05 Thread Michal Suchanek
FWIW here is a patch that a) tries to detect if user is running in utf-8 locale by a heuristic similar that that used in the autoconf test b) allows setting the unicode locale at runtime (changes the define to a variable) The autoconf script is not modified, removing the define should be trivial

Bug#532494: Multibyte support in vilistextum - Status

2010-02-04 Thread Michal Suchanek
On 4 February 2010 18:34, Siegfried Gevatter wrote: > 2010/2/4 Patric Mueller : >> I downloaded and run the debian-testing-i386-netinst.iso and then >> [...] >> Both versions just worked. > > I guess that ISO comes with the locales for English then. > > (By the way, if you want a build environment

Bug#532494: Multibyte support in vilistextum - Status

2010-02-04 Thread Siegfried Gevatter
2010/2/4 Patric Mueller : > I downloaded and run the debian-testing-i386-netinst.iso and then > [...] > Both versions just worked. I guess that ISO comes with the locales for English then. (By the way, if you want a build environment more like that of the buildds, you can use eg. pbuilder. If you

Bug#532494: Multibyte support in vilistextum - Status

2010-02-04 Thread Patric Mueller
Christian Ohm wrote: > On Saturday, 30 January 2010 at 18:37, Siegfried-Angel Gevatter Pujals wrote: >> I am sorry I didn't reply to this before. I had some difficulties with >> it and it ended slipping out of radar. >> >> Basically what I did to get Vilistextum to compile with multibyte is >> ad

Bug#532494: Multibyte support in vilistextum - Status

2010-01-30 Thread Siegfried-Angel Gevatter Pujals
2010/1/30 Christian Ohm : > I've compiled it with only --enable-multibyte, and that compiles and runs. > Needs -u to output UTF8 though, maybe that should be default. Yeah, it does when you compile it locally, but not when you do so in a chroot :/. -- Siegfried-Angel Gevatter Pujals (RainCT) Fre

Bug#532494: Multibyte support in vilistextum - Status

2010-01-30 Thread Christian Ohm
On Saturday, 30 January 2010 at 18:37, Siegfried-Angel Gevatter Pujals wrote: > I am sorry I didn't reply to this before. I had some difficulties with > it and it ended slipping out of radar. > > Basically what I did to get Vilistextum to compile with multibyte is > adding a build-dependency on "l

Bug#532494: Multibyte support in vilistextum - Status

2010-01-30 Thread Siegfried-Angel Gevatter Pujals
Hi, I am sorry I didn't reply to this before. I had some difficulties with it and it ended slipping out of radar. Basically what I did to get Vilistextum to compile with multibyte is adding a build-dependency on "locales-all" and adding the following line to debian/rules: DEB_CONFIGURE_EXTRA_