Page 1 of 1

Non ascii character in Cindigo output

Posted: Sat Jun 28, 2008 10:59 am
by suvakas
Hey Fused,
I'm doing some igm tests here and dotNet parser goes crazy about your name in comments of Cindigo exported igm files. :lol:
I think it doesn't like the é character. Could you replace it with a regular e? I can't find a way how to set up the parser to ignore the comments. It does some kind of syntax check before the parsing.

Posted: Sat Jun 28, 2008 10:27 pm
by PureSpider
It's the same with the PHP parser...
I first utf8-decode the file before parsing, then it works ;)

Posted: Sat Jun 28, 2008 11:49 pm
by suvakas
Actually yeah, this issue is deeper than just this e of fused. There could be non ascii chars in any igm file.
Anyway..problem solved, You can keep the letter Fused :wink: :)

Posted: Sun Jun 29, 2008 1:31 am
by fused
oh thank you :)

indeed. igs/igm by cindigo should be UTF-8.

Posted: Sun Jun 29, 2008 2:05 am
by PureSpider
It IS UTF8 ^^
The thing I do is un-UTF8 it first ^^