Issue 31963 - Incorrect Numerics for Russian regional settings
Summary: Incorrect Numerics for Russian regional settings
Status: CLOSED DUPLICATE of issue 1820
Alias: None
Product: Calc
Classification: Application
Component: ui (show other issues)
Version: OOo 1.1.2
Hardware: PC Linux, all
: P5 (lowest) Trivial with 1 vote (vote)
Target Milestone: ---
Assignee: spreadsheet
QA Contact: issues@sc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-22 23:21 UTC by rmn
Modified: 2004-10-29 16:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description rmn 2004-07-22 23:21:23 UTC
Comma (,) is a decimal delimiter in Russia but OOo (oocalc and oowriter) 1.1.2
uses point (.)
Comment 1 frank 2004-07-23 12:28:58 UTC
Hi,

please give us the output of your locale command.

Frank
Comment 2 rmn 2004-07-23 15:30:45 UTC
hello,

[18:23][rmn@:~]\> cat /etc/mandrake-release
Mandrake Linux release 10.0 (Official) for i586
[18:23][rmn@:~]\> locale
LANG=ru_RU.KOI8-R
LC_CTYPE="ru_RU.KOI8-R"
LC_NUMERIC="ru_RU.KOI8-R"
LC_TIME="ru_RU.KOI8-R"
LC_COLLATE="ru_RU.KOI8-R"
LC_MONETARY="ru_RU.KOI8-R"
LC_MESSAGES="ru_RU.KOI8-R"
LC_PAPER="ru_RU.KOI8-R"
LC_NAME="ru_RU.KOI8-R"
LC_ADDRESS="ru_RU.KOI8-R"
LC_TELEPHONE="ru_RU.KOI8-R"
LC_MEASUREMENT="ru_RU.KOI8-R"
LC_IDENTIFICATION="ru_RU.KOI8-R"
LC_ALL=

[18:23][rmn@:~]\> rpm -qf `which oocalc`
OpenOffice.org-1.1.2-1mdk

The same problem in SuSE 9.1 with OOo 1.1.1 (all LC_* variables were the same)

I also want to note the settings of X Window System
In mandrakelinux
/etc/X11/XF86Config-4
...
Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,ru(winkeys)"
    Option "XkbOptions" "grp:caps_toggle,grp_led:scroll"
EndSection
...

In SuSE
...
Section "InputDevice"
  Driver       "Keyboard"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "us,ru"
  Option       "XkbModel" "pc105"
  Option       "XkbRules" "xfree86"
  Option       "XkbOptions" "grp:caps_toggle,grp_led:scroll"
  Option       "XkbVariant" ",winkeys"
EndSection
...

Thanks.
Comment 3 frank 2004-07-26 11:09:36 UTC
Hi,

tried it with your locale settings and could not reproduce. Also had a look into
the source code for the locale data and have seen that the decimal separator is
a comma.

So this seems to be a problem with your system itself. Please have a look at
Tools-Options-Language Settings. Change the locale to default or if default is
set change it to Russian. 

Sorry for no better reply but we can't help you on this.

Frank
Comment 4 frank 2004-07-26 11:09:53 UTC
closed wfm
Comment 5 rmn 2004-10-26 14:46:29 UTC
Hi,

Frank, i want to reopen the bug and describe it more accurate.

I've downloaded OOo_1.1.3_Win32Intel_install.exe an
OOo_1.1.3_LinuxIntel_install.tar.gz  builds and test it.

The same problem (in Windows build too). When typing numbers using numeric
keyboard OOo pastes points instead of commas. 


See the description of the problem in other words
http://community.asplinux.ru/forum/9/5583/7013/
beginning from
5.There's one useful feature ....

Thanks.
Comment 6 frank 2004-10-29 16:09:33 UTC
Hi,

the numeric keypad was the missing information. According to this I have to set
this Issue as double to Issue 1820 which is quite long to read but you should do
it anyway.

Thanks for your help.

Frank

*** This issue has been marked as a duplicate of 1820 ***
Comment 7 frank 2004-10-29 16:10:31 UTC
closed double