Skip to main content



      Home
Home » Newcomers » Newcomers » Annotation bug(The Chinese asterisk (*) will change in the annotation)
Annotation bug [message #1793254] Thu, 02 August 2018 04:05 Go to next message
Eclipse UserFriend
The size of the stars is different
Re: Annotation bug [message #1793359 is a reply to message #1793254] Mon, 06 August 2018 10:05 Go to previous message
Eclipse UserFriend
Without having access to your system, it is difficult to determine for sure what is going on. I think you will find that the difference between * and * is a matter of their having different Unicode numbers. The ordinary asterisk is U + 002a, the "small asterisk is U + FE61, and the "fullwidth asterisk" is U +FFDA. You may have noticed that hitting the period key in Chinese produces "。" which is U+3002. Which asterisk you get may depend on what the keyboard system defines (in Unicode) it to be. If you can copy out examples and put them into a little txt file, then you can run them through a binhex application (look in Google for a place to get this software). You may find different values in hexadecimal notation for the two kinds of asterisk.

I've used Chinese in software, including stuff produced via Eclipse, and in every case I've created I've had no problems.

You might try changing the default font in Eclipse to Georgia, which does both English and Chinese without any gaps.

[Updated on: Mon, 06 August 2018 10:08] by Moderator

Previous Topic:Eclispelink Cache problem
Next Topic:Assign F10 Key to Debug Step Over
Goto Forum:
  


Current Time: Thu Jul 24 12:51:26 EDT 2025

Powered by FUDForum. Page generated in 0.11608 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top