cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Language specific characters changes when .irpt executed.

Former Member
0 Likes
487

Hi,

When i execute .irtp page, language specific characters changes to strange signs.

How can it be solved?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

No solution

Former Member
0 Likes

The outoing page itself will always be encoded as UTF-8 (which is the "wire encoding", a different thing that the character encoding) - this is hardcoded in the IRPT handler. I would make certain that you are saving your IRPT files to disk using UTF-8 encoding from whatever tool you're using to edit them. Hopefully that will fix the issue for you.

Former Member
0 Likes

Hi,

I tested that you said.

Nothing changed.

Thanks.

Former Member
0 Likes

Cemil Bozlagan,

If you are using Microsoft Internet Explorer, check menu path View --> Encoding.

BR,

SB

Former Member
0 Likes

I did it, nothing changed.

Thanks.

Former Member
0 Likes

Cemil Bozlagan,

Which language is your page in?

BR,

SB

Former Member
0 Likes

Turkish.

Below is our language specific characters:

ğüşçöı ĞÜİŞÇÖ

Thanks

Former Member
0 Likes

Cemil Bozlagan,

I don's see any other reason if you have ensured "unicode UTF 8" encoding.(view-->encoding in IE).

BR,

SB

Former Member
0 Likes

Hi,

I changed extension from .irpt to .html, now no problem about language specific characters.

Former Member
0 Likes

Just as a note, I create ALL MII web pages as irpt pages. If there is any performance hit in using an irpt when one is not needed, it is not noticed. And, in my experience, sooner or later most htm pages can benefit from being irpt pages. And changing the extension down the road can be time consuming especially if needing to change navigation menus.

jcgood25
Active Contributor
0 Likes

In the head section of your web page, what do you have for the meta tag http-equiv Content-Type?

http://www.w3schools.com/TAGS/att_meta_http_equiv.asp

Former Member
0 Likes

Hi Jeremy,

Below is meta tags for Turkish

lt & meta http-equiv="Content-Type" content="text/html; charset=windows-1254" / & gt

lt & meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-9" / & gt

lt & meta http-equiv="Content-Language" content="tr" / & gt

I tryed but result is the same.

I think .irpt has no Turkish support.

Thanks.