Re: Unicode - UGLY GUI



On Tue, 28 Jun 2005 13:14:52 +0200, Thomas Weidenfeller
<nobody@xxxxxxxxxxxxxxxx> wrote or quoted :

>
>Very likely there is nothing wrong in the GUI, and everything wrong in
>the way you do file I/O. It is already a bad idea to require that a file
>encoding needs to be specified on the command line. You could revise
>your code.

Normally you specify the encoding in your i/o code. See
http://mindprod.com/applets/fileio.html
for how to do it.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.



Relevant Pages

  • Re: C90 penetration
    ... and just specify that the "precision" ... Is there anything preventing float ... unsigned bit-field with a width of 3 has to produce a result of 7, ... A conforming implementation of C can have file I/O that always fails: ...
    (comp.lang.c)
  • File I/O with Mac OS X
    ... This is my first attempt at file I/O, so if it sounds like I don't know ... If I'm going to read a file from disk in Mac ... how do I specify the path and directory? ...
    (comp.lang.java.programmer)