Problem with REXML

J

Jim Kr

I have a problem when reading out strings from xml documents. The
problem is that special characters such as åäö comes out wierd. When
reading these characters from text files the problem doesn't exist. Can
someone explain whay this is and, if possible, how I can fix it?

Thanks
Jim
 
G

George Malamidis

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

What are the file encodings? Do the text files have a different =20
encoding than the xml ones?

George


I have a problem when reading out strings from xml documents. The
problem is that special characters such as =E5=E4=F6 comes out wierd. = When
reading these characters from text files the problem doesn't exist. =20=
Can
someone explain whay this is and, if possible, how I can fix it?

Thanks
Jim

--=20
Posted via http://www.ruby-forum.com/.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFGVWFmuHSlGoVGf7URAq+IAJ0d0BY5jANt7F9ekzsRl0+G2k1eVgCfTdMj
m242ynUYCnlAXVU5BMuJt64=3D
=3DzCcu
-----END PGP SIGNATURE-----
 
J

Jim Kr

George said:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

What are the file encodings? Do the text files have a different
encoding than the xml ones?

George



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFGVWFmuHSlGoVGf7URAq+IAJ0d0BY5jANt7F9ekzsRl0+G2k1eVgCfTdMj
m242ynUYCnlAXVU5BMuJt64=
=zCcu
-----END PGP SIGNATURE-----

The XML file is encoded with ISO-8859-1 while the text files are Windows
txt files (for which I don't have a clue what encoding they use)

Jim
 
G

George Malamidis

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

It might help if you try saving the files as UTF-8 and then add:

$KCODE = 'u'
require 'jcode'

in your script.

George

The XML file is encoded with ISO-8859-1 while the text files are
Windows
.txt files (for which I don't have a clue what encoding they use)

Jim

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFGVXU1uHSlGoVGf7URAtSlAJ9yFzLYm79thv4xvqaV3SJKjUhDgQCePpbh
XfBEVicn9lz1/9o65UkggoM=
=o5GF
-----END PGP SIGNATURE-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top