[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: tsvn:projectlanguage disables spell checker

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-11-18 19:29:22 CET

Hanno Stock wrote:
> Hello,
>
> I think I have found a bug in TortoiseSVN (Version 1.4.1.7992, 32 bit).
> I have installed the de_DE languagde pack and dictionary. German
> spellchecking now works by default, however when I set
> tsvn:projectlanguage to 1252 on a folder, no spell checking is used at all.
> I have restarted the computer after the installation - that didn't help
> either. (running Windows XP SP2)

What language would 1252 be?
I guess you're mistaking the ANSI codepage with the language identifier.
Please check
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_238z.asp

The language identifiers you have to use are on the left in hex. Just
convert them to decimal and use those.

For example, for DE_de you'd have to set the tsvn:projectlanguage to 1031.

The language you specified doesn't even exist on that list. So of
course, TSVN can't find the corresponding spellchecker and doesn't use one.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Nov 18 19:29:43 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.