Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
JSON + PHP + UTF-8 + Polish(national) characters
11/12/2008
13:53
Avatar
majkel
Member
Members
Forum Posts: 69
Member Since:
10/11/2008
sp_UserOfflineSmall Offline

I am using JSON to communicate between PHP serv. and Jqgrid. String contains National(Polish) letters: I want tu use UTF-8.

I have a code:

include('json.php');
echo "test:<br />";
$json = new Services_JSON();
$responce = 'test_ĄĘ每ŃÓŁąęćżźńóÅ‚';
echo "1->".$str=$json->encode($responce)."<br />";

and the result is
test:
1->"test_\\u0104\\u0118\\u0107\\u017b
\\u0179\\u0143\\u00d3\\u0141\\u0105\\u0119\\u0107\\u017c\\u017a
\\u0144\\u00f3\\u0142"

When I encode polish letters, they are represented in the format
\\uXXXX , X- digit.
Is it normal situation?
Is there other form of such a encoding with "normal" letters?

Greetings

12/12/2008
05:08
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

I think this is normal. I use cyrillic character set and the situation is the

same. At last you will have the right encoding in the grid.

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

05/02/2009
16:06
Avatar
jojo le merou
Member
Members
Forum Posts: 5
Member Since:
06/02/2009
sp_UserOfflineSmall Offline

Hello

I have the same problem with accent characters.

I have the same configuration. My mysql database use UTF8. I use JSON.

I try to find a solution in the forum but i don't find it.

Thanks for help.

Georges

06/02/2009
17:25
Avatar
jojo le merou
Member
Members
Forum Posts: 5
Member Since:
06/02/2009
sp_UserOfflineSmall Offline

I try with xml flow and now i have a icon (FF FD) instead accent character. 

I use the example files, i don't understand why it's doesn't work ? any ideas

07/02/2009
09:17
Avatar
majkel
Member
Members
Forum Posts: 69
Member Since:
10/11/2008
sp_UserOfflineSmall Offline

try

header('Content-Type: text/plain; charset=utf-8');

before JSON is sended.

Set all settings in MySQL to utf-8 and communication between  PHP and MySQL:

mysql_query("SET NAMES 'utf8'");

Mi sie udaÅ‚o 🙂

Greetinds

07/02/2009
11:01
Avatar
jojo le merou
Member
Members
Forum Posts: 5
Member Since:
06/02/2009
sp_UserOfflineSmall Offline

thank you very much. It's working.

the problem was mysql_query("SET NAMES UTF8");

Georges

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
46 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information