Re: Is there a class like java.util.Properties?
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Sun, 18 Feb 2007 07:54:04 -0000
Arne Vajhøj <arne@xxxxxxxxxx> wrote:
Jon Skeet [C# MVP] wrote:
I'd suggest making the file UTF-8 rather than
ISO-8859-1 as per Java, however - that way you only need to be able to
escape carriage return, line feed, space etc, rather than \uxxxx as
well.
1.5 can read XML in UTF-8
Yes - bit harder to write by hand though.
and 1.6 can read the key=val format in UTF-8.
Now that I didn't know. Hurrah!
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
.
- References:
- Is there a class like java.util.Properties?
- From: Beorne
- Re: Is there a class like java.util.Properties?
- From: Jon Skeet [C# MVP]
- Re: Is there a class like java.util.Properties?
- From: Arne Vajhøj
- Is there a class like java.util.Properties?
- Prev by Date: Tabs In C#
- Next by Date: Re: StreamReader.close and StreamWriter.close
- Previous by thread: Re: Is there a class like java.util.Properties?
- Next by thread: Re: Is there a class like java.util.Properties?
- Index(es):
Relevant Pages
|