[SSSD] [PATCH] Fix czech specific character in my name

Jakub Hrozek jhrozek at redhat.com
Mon Sep 2 12:56:06 UTC 2013


On Mon, Sep 02, 2013 at 02:44:23PM +0200, Sumit Bose wrote:
> On Mon, Sep 02, 2013 at 02:20:42PM +0200, Jakub Hrozek wrote:
> > On Mon, Sep 02, 2013 at 01:27:17PM +0200, Pavel Březina wrote:
> > > Hi,
> > > I just noticed that 'ř' character from my name got somehow messed up
> > > during push. I'd like to get this fixed.
> > > 
> > > I know I could just play nice with the ASCII world and use 'r', but
> > > frankly, it wouldn't be my name and I don't like it :-)
> > 
> > They both display as "??" to me in vim..
> 
> I cannot confirm this. I see vin correctly showing 'ř' in the + lines
> while the - lines have ??.
> > 
> > Also the git pager has trouble seeing any changes:
> > $ git show -1
> > commit 1e91fcde47feb3a3c54a6dd01474fcbbf566015d
> > Author: Pavel Březina <pbrezina at redhat.com>
> > Date:   Mon Sep 2 13:22:10 2013 +0200
> > 
> >     Fix czech specific character in my name
> > 
> 
> I see:
> 
> commit b0e9d4dd50ec7703c3660a40fcec12ab6721180c
> Author: Pavel Březina <pbrezina at redhat.com>
> Date:   Mon Sep 2 13:22:10 2013 +0200
> 
>     Fix czech specific character in my name
> 
> diff --git a/src/providers/ad/ad_srv.c b/src/providers/ad/ad_srv.c
> index 861ae3d..4ae91f0 100644
> --- a/src/providers/ad/ad_srv.c
> +++ b/src/providers/ad/ad_srv.c
> @@ -1,6 +1,6 @@
>  /*
>      Authors:
> -        Pavel B??ezina <pbrezina at redhat.com>
> +        Pavel Březina <pbrezina at redhat.com>
>  
>      Copyright (C) 2013 Red Hat
>  
> diff --git a/src/providers/ad/ad_srv.h b/src/providers/ad/ad_srv.h
> index adf29b0..7522eca 100644
> --- a/src/providers/ad/ad_srv.h
> +++ b/src/providers/ad/ad_srv.h
> @@ -1,6 +1,6 @@
>  /*
>      Authors:
> -        Pavel B??ezina <pbrezina at redhat.com>
> +        Pavel Březina <pbrezina at redhat.com>
>  
>      Copyright (C) 2013 Red Hat
> 
> ...
> 
> bye,
> Sumit

Interesting..well, if it works for you, then I assume it must be some
misconfiguration on my end. Btw I use en_US.UTF-8, but that shouldn't
prevent me from displaying UTF8 characters (I see "Březina" in the reply
you quoted..)



More information about the sssd-devel mailing list