Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Manglio Offline
New Member
 
Posts: 20
Join Date: Dec 2006
Location: Porto Alegre, Brasil
Weird Characteres in Portuguese - 09-01-2007, 04:56 AM

Hello,
I have inserted the Portuguese language, pt-br, ISO-8859-1 , but all messages and software translations are coming with weird characters like:
a?ao or s� pe�a?

Does anybody know how to fix it?

Thank you,
Manglio


Last edited by Manglio; 09-01-2007 at 05:13 AM.
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,566
Join Date: Aug 2006
Location: Mumbai, India
09-01-2007, 07:14 AM

Make sure you set the correct encoding type and charset for the language under -- /locale/en-us/en-us.php file

Code:
'charset' => 'UTF-8',
'html_encoding' => '8bit',
'text_encoding' => '8bit',
'html_charset' => 'UTF-8',
'text_charset' => 'UTF-8'
Hope this helps



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#3) Old
Manglio Offline
New Member
 
Posts: 20
Join Date: Dec 2006
Location: Porto Alegre, Brasil
09-01-2007, 03:30 PM

Thanks for helping.

Yes. The encoding type and charset for the language is still like that:

'charset' => 'UTF-8',
'html_encoding' => '8bit',
'text_encoding' => '8bit',
'html_charset' => 'UTF-8',
'text_charset' => 'UTF-8'

FOR PORTUGUESE, shouldn't it be like this??

'charset' => 'ISO-8859-1',
'html_encoding' => '8bit',
'text_encoding' => '8bit',
'html_charset' => 'ISO-8859-1',
'text_charset' => 'ISO-8859-1'
   
Reply With Quote
Reply

Tags
characteres, portuguese, weird

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Release Portuguese Translation (V3) nisthai Archive 29 04-12-2007 10:32 AM
Request Portuguese Language file for V3? surlaplage Archive 8 18-10-2007 01:12 PM
Something weird going on Jon12345 SupportSuite, eSupport and LiveResponse 8 09-01-2006 06:11 PM
Release Portuguese (Portugal) Translation dourocom Archive 0 10-11-2005 10:35 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46