Ticket #10655

All lines shown as modified
Open Date: 2007-07-05 00:30 Last Update: 2009-05-27 23:32

Reporter:
(Anonymous)
Owner:
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Rejected
File:
None

Details

All lines that contain non ASCII characters are shown
in eclipses editor as being modified. This is jus a
minor annoyance.

Ticket History (3/21 Histories)

2007-10-30 11:51 Updated by: (del#8323)
  • Owner Update from (None) to sou-m
  • Resolution Update from None to Postponed
Comment
Logged In: YES
user_id=8323

Now, I consider the way out. Please wait.
2009-03-10 18:25 Updated by: None
Comment
I think problem is that editor change unicode char representation case, eg.:
was
CISUIConstants.licenseProductColLabel=\u88FD\u54C1
view using editor as CISUIConstants.licensePortLabel=ポート
orig file became
CISUIConstants.licenseProductColLabel=\u88fd\u54c1
- see the difference in case of letters.
Such version system as ClearCase also confused with this issue.
2009-04-24 00:18 Updated by: None
Comment

I think it should be enough to change

37 : 	  	  	 String hexStr = Integer.toHexString(character); 

to

37 : 	  	  	 String hexStr = Integer.toHexString(character).toUpperCase();

in the file jp/gr/java_conf/ussiy/app/propedit/util/EncodeChanger.java.

Also, it would be nice to have a possibility to change lowercase/uppercase conversion in settings.

2009-04-24 00:50 Updated by: None
Comment

Fortunately, we have some powerful tools for a quick workaround:

cat studio.properties | sed 's/\\u\(....\)/\\u\U\1/g' > studio.properties2

:-)

2009-04-25 15:42 Updated by: None
Comment

Reply To None

37 : String hexStr = Integer.toHexString(character).toUpperCase(); }}} in the file jp/gr/java_conf/ussiy/app/propedit/util/EncodeChanger.java.

Because no activity of athour - can you commit it?

2009-04-30 20:09 Updated by: chomakichi
  • Owner Update from sou-m to (None)
2009-04-30 20:20 Updated by: chomakichi
  • Ticket Close date is changed to 2009-04-30 20:20
  • Status Update from Open to Closed
2009-05-04 14:59 Updated by: chomakichi
  • Status Update from Closed to Open
2009-05-04 15:00 Updated by: chomakichi
  • Ticket Close date is changed to 2009-05-04 15:00
  • Status Update from Open to Closed
2009-05-04 19:31 Updated by: chomakichi
  • Status Update from Closed to Open
2009-05-04 19:55 Updated by: chomakichi
  • Type Update from Bugs to Feature Requests
Comment

I'm sorry for waiting very of long time.

Command 'Native2ascii' converts the properties file into the small letter. Therefore, I do not have a mind to correct the plug-in.

2009-05-04 20:02 Updated by: chomakichi
  • Resolution Update from Postponed to Won't Fix
Comment

I will change the plug-in to select the capital letter and the small letter by a plug-in setting in the future.

2009-05-05 05:43 Updated by: None
Comment

What do you need to fix this a change to the native2ascii tool?

Were you waiting on me the origional reporter for something?

2009-05-05 19:57 Updated by: None
Comment

Just leave case the same, as at origin file. Add an option - not best solution - if I have different properties with mixed upper/lower case key values - source conrol systems will been confused.

2009-05-06 20:23 Updated by: chomakichi
Comment

Version 5.1.1 was added the function.

I think this plug-in to be should do conversion like the native2ascii command. Because person who is using native2ascii command uses this plug-in.

In fact, I use a properties file written by a small letter. Therefore, when the file is written by the capital letter, I am embarrassed.

2009-05-06 20:46 Updated by: chomakichi
  • Owner Update from (None) to chomakichi
2009-05-08 14:55 Updated by: None
Comment

And if in my project used files both with lower case and uper case? And I can not change it to one level because of my conservatic team - I can not explain them why I need perwite a half of property files.

2009-05-24 00:26 Updated by: chomakichi
Comment

The setting of each project can be changed, and use this, please.

2009-05-27 23:32 Updated by: chomakichi
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2009-05-27 23:32
  • Resolution Update from Won't Fix to Rejected
2009-05-28 21:13 Updated by: None
Comment

Reply To chomakichi

The setting of each project can be changed, and use this, please.

Imaging: I have to files in one project with different UPPER/lower case politics. Project is international: many teams work on it. Thats why this fix is not working.

2009-05-28 23:25 Updated by: None
Comment

I think that you have to decide that I use either of the small letter or the capital letter. If you don't do so, I think that your request is not able to working in this project too.

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login