Hi,
I use SmartGWTee 2.3. I have a dataSource:
<?xml version="1.0" encoding="UTF-8"?>
<DataSource ID="intezmeny" dataFormat="iscServer" serverType="sql" dbName="care3" tableName="intezmeny">
<fields>
<field name="id" type="sequence" hidden="true" primaryKey="true"/>
<field name="nev" type="text" required="true" length="50" title="Név"/>
<field name="created_at" type="datetime" hidden="false" title="Árvíztűrő tükörfúrógép"/>
<field name="updated_at" type="datetime" hidden="false" enabled="false"/>
</fields>
<title>Intézmény</title>
<titleField>nev</titleField>
<pluralTitle>Intézmény</pluralTitle>
<dataSourceVersion>1</dataSourceVersion>
<generatedBy>SC_SNAPSHOT-2010-08-03/EVAL Deployment 2010-08-03</generatedBy>
</DataSource>
I use hungarian characters in the title. The problem is, the title look like this in the application:
N�v : �rv�zt?r? t�k�rf�r�g�p :
The DataSource file coded by UTF-8. The data from my database look good in the application.
What is the problem?
I use SmartGWTee 2.3. I have a dataSource:
<?xml version="1.0" encoding="UTF-8"?>
<DataSource ID="intezmeny" dataFormat="iscServer" serverType="sql" dbName="care3" tableName="intezmeny">
<fields>
<field name="id" type="sequence" hidden="true" primaryKey="true"/>
<field name="nev" type="text" required="true" length="50" title="Név"/>
<field name="created_at" type="datetime" hidden="false" title="Árvíztűrő tükörfúrógép"/>
<field name="updated_at" type="datetime" hidden="false" enabled="false"/>
</fields>
<title>Intézmény</title>
<titleField>nev</titleField>
<pluralTitle>Intézmény</pluralTitle>
<dataSourceVersion>1</dataSourceVersion>
<generatedBy>SC_SNAPSHOT-2010-08-03/EVAL Deployment 2010-08-03</generatedBy>
</DataSource>
I use hungarian characters in the title. The problem is, the title look like this in the application:
N�v : �rv�zt?r? t�k�rf�r�g�p :
The DataSource file coded by UTF-8. The data from my database look good in the application.
What is the problem?
Comment