This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 165513 - I18N : {date} needs to be replaced with ascii string
Summary: I18N : {date} needs to be replaced with ascii string
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Stupka
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-05-19 15:44 UTC by Masaki Katakai
Modified: 2009-07-27 09:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-05-19 15:44:50 UTC
Product Version: NetBeans IDE Dev (Build 200905181401)
Java: 1.6.0_07; Java HotSpot(TM) 64-Bit Server VM 1.6.0_07-b06-57
System: Mac OS X version 10.5.7 running on x86_64 ; SJIS; ko (nb)

When commit updates to repository, we can specify the format which
will be inserted into the bug report like,

Revision: {revision}
Author:   {author}
Date:     {date}
Message:  {message}

When I tried this, {date} was replaced with

Date:     09. 5. 19 오후 11:22

(see https://kenai.com/bugzilla/show_bug.cgi?id=354#c3)

I'm running NetBeans on ko locale so the `date' contains
korean characters. I understand usually people are using
just ascii in bugzilla and it's not good idea to put such
locale specific strings.

I'd like to suggest {date} will be replaced with just ascii and
fixed format like ????-??-?? ??:?? (e.g. 2009-05-20 24:00).
Comment 1 Tomas Stupka 2009-05-19 17:14:48 UTC
fixed

changeset   : 132324:0154df3070d3
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Tue May 19 18:14:23 CEST 2009
Comment 2 Quality Engineering 2009-05-21 08:14:14 UTC
Integrated into 'main-golden', will be available in build *200905210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0154df3070d3
User: Tomas Stupka <tstupka@netbeans.org>
Log: #165513 - I18N : {date} needs to be replaced with ascii string
Comment 3 Masaki Katakai 2009-05-22 01:18:19 UTC
Verified on build 200905211401. Thank you Tomas.