* Ŭŭ letter @ 2012-10-31 14:39 Usievaład Čorny 2012-10-31 14:57 ` Michael J Gruber 0 siblings, 1 reply; 6+ messages in thread From: Usievaład Čorny @ 2012-10-31 14:39 UTC (permalink / raw) To: git Hello! When I type comment message in Git Gui (1.8.0 and previous), I can't use Ŭŭ letter (U+016C, U+016D) — it just transforms into simple Uu. Please fix it. -- Z pavahaj, Usievaład Čorny ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Ŭŭ letter 2012-10-31 14:39 Ŭŭ letter Usievaład Čorny @ 2012-10-31 14:57 ` Michael J Gruber 2012-10-31 15:08 ` Usievaład Čorny 0 siblings, 1 reply; 6+ messages in thread From: Michael J Gruber @ 2012-10-31 14:57 UTC (permalink / raw) To: Usievaład Čorny; +Cc: git Usievaład Čorny venit, vidit, dixit 31.10.2012 15:39: > Hello! > > When I type comment message in Git Gui (1.8.0 and previous), I can't > use Ŭŭ letter (U+016C, U+016D) — it just transforms into simple Uu. > Please fix it. Can you tell us more about your environment (LANG setting, OS)? I just made two commits (1 with git-gui, one with git-commit on command line), and both come out fine (LANG=de_DE.UTF-8, git version 1.8.0.226.gba44ac5 on Fedora 16): git log -2 -p commit 36de49231639eb9edccb1ebad595056d395141c7 Author: Michael J Gruber <git@drmicha.warpmail.net> Date: Wed Oct 31 15:54:04 2012 +0100 äöüßŬŭ diff --git a/a b/a index 1074042..677c385 100644 --- a/a +++ b/a @@ -1 +1,2 @@ äöüßŬŭ +äöüßŬŭ commit cfcf8f021a53c1bf5ae018a723fbcfad8649a02b Author: Michael J Gruber <git@drmicha.warpmail.net> Date: Wed Oct 31 15:52:52 2012 +0100 äöüßŬŭ diff --git a/a b/a new file mode 100644 index 0000000..1074042 --- /dev/null +++ b/a @@ -0,0 +1 @@ +äöüßŬŭ ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: Ŭŭ letter 2012-10-31 14:57 ` Michael J Gruber @ 2012-10-31 15:08 ` Usievaład Čorny 2012-10-31 15:15 ` Michael J Gruber 0 siblings, 1 reply; 6+ messages in thread From: Usievaład Čorny @ 2012-10-31 15:08 UTC (permalink / raw) To: Michael J Gruber; +Cc: git Ok. I use Win7 sp1, syslang — be_BY, git version 1.8.0.msysgit.0 („git version“ command). Problem appears when I type this letter on keyboard; when I copy-paste it everyrhing is ok. On Wed, Oct 31, 2012 at 5:57 PM, Michael J Gruber <git@drmicha.warpmail.net> wrote: > Usievaład Čorny venit, vidit, dixit 31.10.2012 15:39: >> Hello! >> >> When I type comment message in Git Gui (1.8.0 and previous), I can't >> use Ŭŭ letter (U+016C, U+016D) — it just transforms into simple Uu. >> Please fix it. > > Can you tell us more about your environment (LANG setting, OS)? I just > made two commits (1 with git-gui, one with git-commit on command line), > and both come out fine (LANG=de_DE.UTF-8, git version 1.8.0.226.gba44ac5 > on Fedora 16): > > git log -2 -p > commit 36de49231639eb9edccb1ebad595056d395141c7 > Author: Michael J Gruber <git@drmicha.warpmail.net> > Date: Wed Oct 31 15:54:04 2012 +0100 > > äöüßŬŭ > > diff --git a/a b/a > index 1074042..677c385 100644 > --- a/a > +++ b/a > @@ -1 +1,2 @@ > äöüßŬŭ > +äöüßŬŭ > > commit cfcf8f021a53c1bf5ae018a723fbcfad8649a02b > Author: Michael J Gruber <git@drmicha.warpmail.net> > Date: Wed Oct 31 15:52:52 2012 +0100 > > äöüßŬŭ > > diff --git a/a b/a > new file mode 100644 > index 0000000..1074042 > --- /dev/null > +++ b/a > @@ -0,0 +1 @@ > +äöüßŬŭ -- Z pavahaj, Usievaład Čorny ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Ŭŭ letter 2012-10-31 15:08 ` Usievaład Čorny @ 2012-10-31 15:15 ` Michael J Gruber 2012-10-31 15:27 ` Usievaład Čorny 0 siblings, 1 reply; 6+ messages in thread From: Michael J Gruber @ 2012-10-31 15:15 UTC (permalink / raw) To: Usievaład Čorny; +Cc: git Usievaład Čorny venit, vidit, dixit 31.10.2012 16:08: > Ok. I use Win7 sp1, syslang — be_BY, git version 1.8.0.msysgit.0 („git > version“ command). > Problem appears when I type this letter on keyboard; when I copy-paste > it everyrhing is ok. That is interesting. It means git-gui can make the commit properly, but somehow the input method fails in the commit message form of the gui window. Do those letters show correctly in the form (but fail to commit correctly), or do they appear incorrectly already at the time you try to type them? That info could help windows folks find the cause. Michael > On Wed, Oct 31, 2012 at 5:57 PM, Michael J Gruber > <git@drmicha.warpmail.net> wrote: >> Usievaład Čorny venit, vidit, dixit 31.10.2012 15:39: >>> Hello! >>> >>> When I type comment message in Git Gui (1.8.0 and previous), I can't >>> use Ŭŭ letter (U+016C, U+016D) — it just transforms into simple Uu. >>> Please fix it. >> >> Can you tell us more about your environment (LANG setting, OS)? I just >> made two commits (1 with git-gui, one with git-commit on command line), >> and both come out fine (LANG=de_DE.UTF-8, git version 1.8.0.226.gba44ac5 >> on Fedora 16): >> >> git log -2 -p >> commit 36de49231639eb9edccb1ebad595056d395141c7 >> Author: Michael J Gruber <git@drmicha.warpmail.net> >> Date: Wed Oct 31 15:54:04 2012 +0100 >> >> äöüßŬŭ >> >> diff --git a/a b/a >> index 1074042..677c385 100644 >> --- a/a >> +++ b/a >> @@ -1 +1,2 @@ >> äöüßŬŭ >> +äöüßŬŭ >> >> commit cfcf8f021a53c1bf5ae018a723fbcfad8649a02b >> Author: Michael J Gruber <git@drmicha.warpmail.net> >> Date: Wed Oct 31 15:52:52 2012 +0100 >> >> äöüßŬŭ >> >> diff --git a/a b/a >> new file mode 100644 >> index 0000000..1074042 >> --- /dev/null >> +++ b/a >> @@ -0,0 +1 @@ >> +äöüßŬŭ > > > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Ŭŭ letter 2012-10-31 15:15 ` Michael J Gruber @ 2012-10-31 15:27 ` Usievaład Čorny 2012-10-31 15:39 ` Michael J Gruber 0 siblings, 1 reply; 6+ messages in thread From: Usievaład Čorny @ 2012-10-31 15:27 UTC (permalink / raw) To: Michael J Gruber; +Cc: git No, commit is the same as input. Only when I press key combination for Ŭŭ (AltGr+Uu [like AltGr+Cc for Ćć, this works]) — simple Uu appears in text form. Every other special letter (Šš, Čč, Žž, Śś, Łł, Źź, Ćć) works. On Wed, Oct 31, 2012 at 6:15 PM, Michael J Gruber <git@drmicha.warpmail.net> wrote: > Usievaład Čorny venit, vidit, dixit 31.10.2012 16:08: >> Ok. I use Win7 sp1, syslang — be_BY, git version 1.8.0.msysgit.0 („git >> version“ command). >> Problem appears when I type this letter on keyboard; when I copy-paste >> it everyrhing is ok. > > That is interesting. It means git-gui can make the commit properly, but > somehow the input method fails in the commit message form of the gui > window. Do those letters show correctly in the form (but fail to commit > correctly), or do they appear incorrectly already at the time you try to > type them? > > That info could help windows folks find the cause. > > Michael > >> On Wed, Oct 31, 2012 at 5:57 PM, Michael J Gruber >> <git@drmicha.warpmail.net> wrote: >>> Usievaład Čorny venit, vidit, dixit 31.10.2012 15:39: >>>> Hello! >>>> >>>> When I type comment message in Git Gui (1.8.0 and previous), I can't >>>> use Ŭŭ letter (U+016C, U+016D) — it just transforms into simple Uu. >>>> Please fix it. >>> >>> Can you tell us more about your environment (LANG setting, OS)? I just >>> made two commits (1 with git-gui, one with git-commit on command line), >>> and both come out fine (LANG=de_DE.UTF-8, git version 1.8.0.226.gba44ac5 >>> on Fedora 16): >>> >>> git log -2 -p >>> commit 36de49231639eb9edccb1ebad595056d395141c7 >>> Author: Michael J Gruber <git@drmicha.warpmail.net> >>> Date: Wed Oct 31 15:54:04 2012 +0100 >>> >>> äöüßŬŭ >>> >>> diff --git a/a b/a >>> index 1074042..677c385 100644 >>> --- a/a >>> +++ b/a >>> @@ -1 +1,2 @@ >>> äöüßŬŭ >>> +äöüßŬŭ >>> >>> commit cfcf8f021a53c1bf5ae018a723fbcfad8649a02b >>> Author: Michael J Gruber <git@drmicha.warpmail.net> >>> Date: Wed Oct 31 15:52:52 2012 +0100 >>> >>> äöüßŬŭ >>> >>> diff --git a/a b/a >>> new file mode 100644 >>> index 0000000..1074042 >>> --- /dev/null >>> +++ b/a >>> @@ -0,0 +1 @@ >>> +äöüßŬŭ >> >> >> -- Z pavahaj, Usievaład Čorny ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Ŭŭ letter 2012-10-31 15:27 ` Usievaład Čorny @ 2012-10-31 15:39 ` Michael J Gruber 0 siblings, 0 replies; 6+ messages in thread From: Michael J Gruber @ 2012-10-31 15:39 UTC (permalink / raw) To: Usievaład Čorny; +Cc: git Usievaład Čorny venit, vidit, dixit 31.10.2012 16:27: > No, commit is the same as input. Only when I press key combination for > Ŭŭ (AltGr+Uu [like AltGr+Cc for Ćć, this works]) — simple Uu appears > in text form. Every other special letter (Šš, Čč, Žž, Śś, Łł, Źź, Ćć) > works. So it's really the input. Is AltGr+u maybe a menu shortcut in git gui which overrides the special character? I think Ctril+u and such are command shortcuts, and AltGr+u and such activate menus. > On Wed, Oct 31, 2012 at 6:15 PM, Michael J Gruber > <git@drmicha.warpmail.net> wrote: >> Usievaład Čorny venit, vidit, dixit 31.10.2012 16:08: >>> Ok. I use Win7 sp1, syslang — be_BY, git version 1.8.0.msysgit.0 („git >>> version“ command). >>> Problem appears when I type this letter on keyboard; when I copy-paste >>> it everyrhing is ok. >> >> That is interesting. It means git-gui can make the commit properly, but >> somehow the input method fails in the commit message form of the gui >> window. Do those letters show correctly in the form (but fail to commit >> correctly), or do they appear incorrectly already at the time you try to >> type them? >> >> That info could help windows folks find the cause. >> >> Michael >> >>> On Wed, Oct 31, 2012 at 5:57 PM, Michael J Gruber >>> <git@drmicha.warpmail.net> wrote: >>>> Usievaład Čorny venit, vidit, dixit 31.10.2012 15:39: >>>>> Hello! >>>>> >>>>> When I type comment message in Git Gui (1.8.0 and previous), I can't >>>>> use Ŭŭ letter (U+016C, U+016D) — it just transforms into simple Uu. >>>>> Please fix it. >>>> >>>> Can you tell us more about your environment (LANG setting, OS)? I just >>>> made two commits (1 with git-gui, one with git-commit on command line), >>>> and both come out fine (LANG=de_DE.UTF-8, git version 1.8.0.226.gba44ac5 >>>> on Fedora 16): >>>> >>>> git log -2 -p >>>> commit 36de49231639eb9edccb1ebad595056d395141c7 >>>> Author: Michael J Gruber <git@drmicha.warpmail.net> >>>> Date: Wed Oct 31 15:54:04 2012 +0100 >>>> >>>> äöüßŬŭ >>>> >>>> diff --git a/a b/a >>>> index 1074042..677c385 100644 >>>> --- a/a >>>> +++ b/a >>>> @@ -1 +1,2 @@ >>>> äöüßŬŭ >>>> +äöüßŬŭ >>>> >>>> commit cfcf8f021a53c1bf5ae018a723fbcfad8649a02b >>>> Author: Michael J Gruber <git@drmicha.warpmail.net> >>>> Date: Wed Oct 31 15:52:52 2012 +0100 >>>> >>>> äöüßŬŭ >>>> >>>> diff --git a/a b/a >>>> new file mode 100644 >>>> index 0000000..1074042 >>>> --- /dev/null >>>> +++ b/a >>>> @@ -0,0 +1 @@ >>>> +äöüßŬŭ >>> >>> >>> > > > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-10-31 15:40 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-10-31 14:39 Ŭŭ letter Usievaład Čorny 2012-10-31 14:57 ` Michael J Gruber 2012-10-31 15:08 ` Usievaład Čorny 2012-10-31 15:15 ` Michael J Gruber 2012-10-31 15:27 ` Usievaład Čorny 2012-10-31 15:39 ` Michael J Gruber
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).