Has anybody got this app to work with Django?
I keep getting the error below when in the manualConvert function when
calling the length of UTF. obviously has something to do with django
and UTF, but thats all I can figure out.
Uncaught TypeError: Cannot read property 'length' of null
in this function:
manualConvertUTF8ToUnicode : function(utf)
{
var uni = utf;
var src = 0;
var dst = 0;
var b1, b2, b3;
var c;
while(src < utf.length)
Uncaught TypeError: Cannot read property 'length' of null
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---