Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to use ¢
How to use ¢ [message #731791] Mon, 03 October 2011 06:03 Go to next message
wefapoe is currently offline wefapoeFriend
Messages: 1
Registered: October 2011
Junior Member
Hi, i am just starting using Eclipse so forgive my basic question but i was wondering how to access or import the ¢ (cent) character?

I need to be able to give a result in both $ and ¢ . Now, i'm able to get my result in $ using NumberFormat fmt1 = NumberFormat.getCurrencyInstance();

Is there another format that i could use for ¢?

Thank you.
Re: How to use ¢ [message #731885 is a reply to message #731791] Mon, 03 October 2011 11:51 Go to previous messageGo to next message
daniel.coder.smith is currently offline daniel.coder.smithFriend
Messages: 18
Registered: September 2011
Junior Member
The ¢ character is not available in the standard ASCII set, only in the EBCDIC (used by IBM) set, so the option of recreating the sign by using it's ASCII code fails. I really don't know any way through which you can achieve this. Confused

spring frame work

[Updated on: Tue, 13 December 2011 21:39]

Report message to a moderator

Re: How to use [message #731938 is a reply to message #731791] Mon, 03 October 2011 14:16 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 03-Oct-11 00:03, wefapoe wrote:
> Hi, i am just starting using Eclipse so forgive my basic question but i
> was wondering how to access or import the ¢ (cent) character?
> I need to be able to give a result in both $ and ¢ . Now, i'm able to
> get my result in $ using NumberFormat fmt1 =
> NumberFormat.getCurrencyInstance();
>
> Is there another format that i could use for ¢?
>
> Thank you.

Unicode 00A2?
Previous Topic:Source Code of WebPageEditor
Next Topic:eclipse does not recognize PIL module
Goto Forum:
  


Current Time: Tue Apr 23 07:43:23 GMT 2024

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

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

Back to the top