DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Mike Brown Guest

    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!!!

  2. #2
    Paul Clapham Guest

    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!!!




  3. #3
    -D- Guest

    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!!!



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links