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

Re: How to enforce character-set encoding

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-27 15:51:36 CEST

On Tue, 2004-07-27 at 06:22, Lukas Ruf wrote:

> - is there any possibility to specify a character set encoding on the
> server-side? I mean: can I as the repository administrator enforce
> a character encoding?

Sure, you could write a pre-commit hook script that verifies that all
incoming data is in a certain encoding, and reject the commit if not.

For example, I believe Subversion's own repository has a pre-commit hook
script that verifies that all our .po files are UTF8-encoded.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 27 15:53:02 2004

This is an archived mail posted to the Subversion Users mailing list.

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