Bug 26340 - не работает help() в ru_RU.UTF-8
Summary: не работает help() в ru_RU.UTF-8
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: R-base (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Michael Shigorin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-20 14:48 MSK by kirill
Modified: 2011-12-19 17:20 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kirill 2011-09-20 14:48:29 MSK
sisyphus x86_64

$ hsh --init
$ hsh-install R-base
$ hsh-shell
builder$ LC_ALL=ru_RU.UTF-8 R
...
R> help()
Ошибка в strsplit(txt, "\n", fixed = TRUE) : 
  строка 'split' 1 -- это неправильный UTF-8
R> ?sd
Ошибка в strsplit(txt, "\n", fixed = TRUE) : 
  строка 'split' 1 -- это неправильный UTF-8
R>Ctrl-D

builder$ LC_ALL=C R
...
R> help()
...
Comment 1 kirill 2011-12-19 17:20:45 MSK
Fixed in R-base-2.12.2-alt1.qa4

Спасибо!