Issue 29733 - Japanese Date field string is not correct in HTML .
Summary: Japanese Date field string is not correct in HTML .
Status: CONFIRMED
Alias: None
Product: Internationalization
Classification: Code
Component: www (show other issues)
Version: OOo 3.0
Hardware: PC All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-01 07:08 UTC by naoyuki
Modified: 2016-11-13 08:39 UTC (History)
3 users (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 naoyuki 2004-06-01 07:08:43 UTC
How to reproduce:
1. set language to Japanese in Tools->Option->Languages
   Locale setting and Asian language
2. In Writer, insert->field->Date
    6<GATU>1<NICHI> displayed   # <GATU> and <NICHI> are Japanese characters
                                # which represents Month and Day respectively
3. save as HTML
4. open it with browser
  expected string is
    6<GATU>1<NICHI>  # <GATU> and <NICHI> are Japanese character which       
                     # represents Month and Day 
  result is
    6<GATU>11<NICHI><NICHI> 

#### <NICIH> and '1' are duplicated #######

produced HTML is as follows

<SDFIELD TYPE=DATETIME SDVAL="38139.5910763889" SD
NUM="1041;0;M月D日"><FONT FACE="Thorndale, serif">6</FONT>月1<FONT FACE="Thornda
le, serif">1日</FONT>日</SDFIELD>
Comment 1 Dieter.Loeschky 2004-07-05 11:10:44 UTC
DL->SBA: Could you please handle this?
Comment 2 jack.warchold 2004-07-13 10:49:14 UTC
reassigend to es

confirmed with OOo1.1.2 and 680_m47
Comment 3 jack.warchold 2004-07-13 10:49:44 UTC
set target
Comment 4 eric.savary 2004-07-13 11:50:05 UTC
ES->MIB: as described
Comment 5 naoyuki 2009-01-14 09:31:35 UTC
This is still reproducible on OOo3.0.
Could you please evaluate this if it can be fixed for 3.2?
Comment 6 michael.brauer 2009-10-26 16:20:25 UTC
Set target to 3.x.
Comment 7 Peter 2016-11-13 08:39:02 UTC
related issue:
https://bz.apache.org/ooo/show_bug.cgi?id=127105