Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.16 seconds.

  1. Re: Strange problem printing Unicode characters

    The first answer in this posting gives a pretty good explanation and possible solution: conversion - Converting int to char in java - Stack Overflow
  2. Re: Strange problem printing Unicode characters

    What encoding are you trying to use? Apparently, converting from an int to a char by casting uses the default of ISO-8859-1, which doesn't seem to have a value for 135: ISO/IEC 8859-1 - Wikipedia,...
  3. Re: Strange problem printing Unicode characters

    What would you expect it to print anyway?

    To get a better understanding of what's going on, I suggest you run something like this:


    public class Main {
    public static void main(String[] args)...
  4. Re: Strange problem printing Unicode characters

    That's fine, but I guess in that case you should read this: http://www.javaprogrammingforums.com/cafe/6776-problems-cross-posting.html

    But like I said, we can't really help you until you show us...
  5. Re: Strange problem printing Unicode characters

    If you want help, you'll have to provide an SSCCE that demonstrates the problem. This should only be a few lines in a main method of a bare-bones class.

    And we're not going to copy anything to...
Results 1 to 5 of 5