-
Who knows thier ****?
OK, who here is good with Java? I need to know if Java is capable of using
Value marks (ASCII # 253). byte won't go that high... or will it?
All that I can find is Unicode stuff, but no ASCII support... HELP!!!
-
Re: Who knows thier ****?
Actually, ASCII only defines characters between #0 and #127. There are
other character sets that are loosely defined as "extended ASCII" that
define characters up to #255, which conflict with one another.
I don't know what you're trying to do with this #253, but in Java a "char"
is not the same as a "byte". A byte is a numeric value between -128 and
127. It's used for arithmetic. A char is a 2-byte value that's meant to
hold a character value in the Unicode character set. Unicode has space for
up to 65536 characters, of which the first 128 are the 128 ASCII characters.
Can't help you with your problem, because I don't know what it is, but if
you need a variable to store 253 in, an "int" is big enough.
PC2
Mike Brown <Michael_Brown@tapcoint.com> wrote in message
news:3aafdcde$1@news.devx.com...
>
> OK, who here is good with Java? I need to know if Java is capable of using
> Value marks (ASCII # 253). byte won't go that high... or will it?
> All that I can find is Unicode stuff, but no ASCII support... HELP!!!
-
Re: Who knows thier ****?
<<Subject: Who knows thier ****?>>
Potty Mouth...
Potty Mouth...
Potty Mouth...
Potty Mouth...
Potty Mouth...
Potty Mouth...
Potty Mouth...
Potty Mouth...
Thought this is a place for professionals to help each other? Is this an
outlet to test lyrics for your new musical act, "Johnny Latrine and the American
Standards"? I didn't know this was a place to post music lyrics?!?!?!?!
Cheers,
-D-
"Mike Brown" <Michael_Brown@tapcoint.com> wrote:
>
>OK, who here is good with Java? I need to know if Java is capable of using
>Value marks (ASCII # 253). byte won't go that high... or will it?
>All that I can find is Unicode stuff, but no ASCII support... HELP!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks