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:
parent
fa4fc19cfa
commit
3c81bf3aba
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user