English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

As soon as it gets to a turkish character, it seems to break down. Any ideas?

2007-07-17 01:49:21 · 2 answers · asked by Ryan 1 in Computers & Internet Programming & Design

2 answers

when encoding any non latin language , you need an editor that can maintain the character set!

If your choice for Turkish is iso8859-5, you need to make sure your Ğ stays a Ğ and doesn't become a Ð!

you need to specify a character set for your xml files.


Or you can use UTF encoding or the globally accepted & #x11E ; Ğ

2007-07-17 05:42:33 · answer #1 · answered by jake cigar™ is retired 7 · 2 0

You should be using CDATA. However just because this is what should be happening does not mean that it does.


CDATA
Everything inside a CDATA section is ignored by the parser.

If your text contains a lot of "<" or "&" characters - as program code often does - the XML element can be defined as a CDATA section.

A CDATA section starts with "":

2007-07-17 02:00:12 · answer #2 · answered by AnalProgrammer 7 · 0 2

fedest.com, questions and answers