Bug 423085 - restore from JSON, Japanese is garbled. Patch by KUROSAWA, Takeshi <taken.spc@gmail.com>, r=me.

git-svn-id: svn://10.0.0.236/trunk@247969 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com 2008-03-17 06:37:04 +00:00
parent fa4fc19cfa
commit 3c81bf3aba

View File

@ -1178,7 +1178,7 @@ var PlacesUtils = {
var self = this;
function addGenericProperties(aPlacesNode, aJSNode) {
aJSNode.title = unescape(encodeURIComponent(aPlacesNode.title));
aJSNode.title = aPlacesNode.title;
var id = aPlacesNode.itemId;
if (id != -1) {
aJSNode.id = id;