Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Software language problem...

  1. #1
    Join Date
    May 2008
    Location
    Hell
    Posts
    3,852
    Blog Entries
    4
    Rep Power
    49

    Software language problem...

    Hey C.C !

    I have recently been programming my own n00b webbrowser in Java, however when I coded it, I ran it under Winbloats, I didn't have my USB thumb with Xubuntu and could only use WinVista otm; So now the problem is...
    My code contains swedish alphabetic letters, means I used....
    Win Swedish...
    Code:
    ÅÄÖ,åäö
    To
    *NIX Swedish...
    Code:
    NOTHING AT ALL !
    So my question, why does it do that, I really need it to work under linux !!!!
    I don't like this part, isn't the ASCII table the same in Win as in *NIX=?
    Anyone can help me resolve this?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Software language problem...

    Extended ASCII (128-255) may not be the same.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    May 2008
    Location
    Hell
    Posts
    3,852
    Blog Entries
    4
    Rep Power
    49

    Re: Software language problem...

    Quote Originally Posted by WingedPanther View Post
    Extended ASCII (128-255) may not be the same.
    Is that so
    Anyway to bypass or do a workaround it to fix?

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Software language problem...

    Most languages have Unicode support... you specify the encoding and you should be good to go.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    Join Date
    May 2008
    Location
    Hell
    Posts
    3,852
    Blog Entries
    4
    Rep Power
    49

    Re: Software language problem...

    Quote Originally Posted by WingedPanther View Post
    Most languages have Unicode support... you specify the encoding and you should be good to go.
    Okay, I will try that :>

  7. #6
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Software language problem...

    Are those characters even extended ASCII?

  8. #7
    Join Date
    May 2008
    Location
    Hell
    Posts
    3,852
    Blog Entries
    4
    Rep Power
    49

    Re: Software language problem...

    Quote Originally Posted by John View Post
    Are those characters even extended ASCII?
    I don't know and it didn't work, terminal complains !!!!

  9. #8
    Join Date
    Oct 2008
    Posts
    4,060
    Blog Entries
    6
    Rep Power
    45

    Re: Software language problem...

    THAT will teach you for being Swedish! lol I'm kidding (you thought I was going to say "THAT will teach you for using Windows" didn't you? )
    Interested in participating in community events?
    Want to harness your programming skill and turn it into absolute prowess?
    Come join our programming events!

  10. #9
    Join Date
    May 2008
    Location
    Hell
    Posts
    3,852
    Blog Entries
    4
    Rep Power
    49

    Re: Software language problem...

    Quote Originally Posted by Termana View Post
    THAT will teach you for being Swedish! lol I'm kidding (you thought I was going to say "THAT will teach you for using Windows" didn't you? )
    :>
    Well, if your happy with it then ok...

  11. #10
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Software language problem...

    I don't think those characters are ASCII - I think they are unicode. Is your terminal set to output non-ascii characters?

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Most common programming language for accounting software?
    By ktconeca in forum General Programming
    Replies: 4
    Last Post: 04-01-2011, 04:48 AM
  2. which software/language to use to build a search engine
    By yeto in forum General Programming
    Replies: 4
    Last Post: 09-14-2010, 04:49 PM
  3. Which programming language for Medical Management software?
    By superfanny in forum General Programming
    Replies: 2
    Last Post: 06-15-2010, 07:11 PM
  4. Replies: 0
    Last Post: 06-29-2008, 10:32 AM
  5. write Language-Specific software
    By persian_GG in forum C and C++
    Replies: 3
    Last Post: 12-06-2007, 09:34 AM

Tags for this Thread

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