On Fri, Nov 27, 2009 at 08:13, Chasn <chas...@163.com> wrote:
> I am using UTF-8 encoding with erlang source file.
> When I write chinese chars in comments, the Outline View displays nothing, 
> after remove the chinese chars, the Outline View comes ok.

Hi!
Thanks for the report!

The problem is that at the moment Erlang source files are still
supposed to be Latin-1. The support for Unicode that was introduced in
R13 is for string data, but the erlang lexer works as before and
expects Latin-1 files. (Not even Unicode literal strings are
accepted).

That said, we could probably try to at least ignore the characters we
don't understand. I will add an issue about that.

best regards,
Vlad

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Erlide-devel mailing list
Erlide-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlide-devel

Reply via email to