I'd like to make you aware of a slightly confusing behavior.

I did a small check to navigating into the LT 1.9 sources from within Eclipse 
with default
workspace settings on OS X.

The class WordTokenizer has a pattern with odd characters:

        + ",.;()[]{}<>!?:/|\\\"'«»„”“`´‘’‛′…¿¡\t\n\r", 
true);

These are actually UTF-8 characters, but the default encoding setting in 
Eclipse on OS X is
"MacRoman".

In the actual LT 1.9 project in my workspace, this is not a problem, because 
Eclipse picks up the encoding settings from the LT 1.9 Maven POM. But Eclipse 
obviously uses the default workspace encoding to display code from 
automatically downloaded source jars.

To fix this, just set the default encoding of your workspace to "UTF-8" and all 
is fine.

Best,

-- Richard



Am 04.10.2012 um 19:16 schrieb Daniel Naber <[email protected]>:

> On 04.10.2012, 17:56:09 Richard Eckart de Castilho wrote:
> 
>>        https://oss.sonatype.org/content/repositories/central_bundles-216
>> 
>> If you care, please check if you see any issues with the artifacts.
> 
> Thanks! I created a small local project, added the repository and LT 
> dependency to the pom and then created a small program that uses the LT 
> API. Everything worked fine.
> 
> Regards
> Daniel


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Languagetool-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to