jijopaulose / datawiki

Automatically exported from code.google.com/p/datawiki
0 stars 0 forks source link

UTF-* support #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.write Arabic text

What is the expected output? What do you see instead?
show Arabic chars

What browser were you using?
google

Please provide any additional information below.
i think it should support UTF-8

Original issue reported on code.google.com by mohammed...@gmail.com on 12 Dec 2010 at 10:09

GoogleCodeExporter commented 9 years ago
Simple accented characters and other non ASCII characters seem to misbehave as 
well (e.g. é, и, क, 中).

I would guess that DataWiki may be doing some double encoding or decoding 
somewhere in the pipeline (for example, it may be encoding as ASCII, rather 
than passing through as UTF-8).  The Atom feed seems to replace what I'm 
guessing are the internal representation of the UTF-8 bytes with question 
marks, so it probably couldn't decode what is stored in AppEngine and replaced 
the non-ASCII bytes with question marks.

Original comment by comradec...@gmail.com on 13 Dec 2010 at 8:42

GoogleCodeExporter commented 9 years ago
The move to datahub and Angular seems to have fixed this.

Original comment by p...@google.com on 26 Nov 2012 at 2:10