Fixing decoding problem with tiddlers.json
This commit is contained in:
parent
59fb501686
commit
18ac255deb
@ -20,7 +20,7 @@ Class {
|
||||
TiddlyWiki class >> fromJSONUrl: anUrlString [
|
||||
|
||||
^ self new
|
||||
fromDictionary: (STONJSON fromString: anUrlString asUrl retrieveContents);
|
||||
fromDictionary: (STONJSON fromString: anUrlString asUrl retrieveContents utf8Decoded);
|
||||
name: anUrlString
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user