Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(28)

Issue 4167053: Use LC_CTYPE instead of LC_MESSAGES in bus_ibus_impl_set_default_preload_engines. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years ago by Yusuke Sato
Modified:
15 years ago
Reviewers:
shawn.p.huang, fujiwara
Base URL:
git@github.com:ibus/ibus.git@master
Visibility:
Public.

Description

Use LC_CTYPE instead of LC_MESSAGES in bus_ibus_impl_set_default_preload_engines.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M bus/ibusimpl.c View 1 chunk +2 lines, -2 lines 2 comments Download

Messages

Total messages: 11
Yusuke Sato
15 years ago (2011-02-17 10:27:48 UTC) #1
Peng
http://codereview.appspot.com/4167053/diff/1/bus/ibusimpl.c File bus/ibusimpl.c (right): http://codereview.appspot.com/4167053/diff/1/bus/ibusimpl.c#newcode527 bus/ibusimpl.c:527: gchar *lang = g_strdup (setlocale (LC_CTYPE, NULL)); Why change ...
15 years ago (2011-02-17 12:44:33 UTC) #2
Yusuke Sato
http://codereview.appspot.com/4167053/diff/1/bus/ibusimpl.c File bus/ibusimpl.c (right): http://codereview.appspot.com/4167053/diff/1/bus/ibusimpl.c#newcode527 bus/ibusimpl.c:527: gchar *lang = g_strdup (setlocale (LC_CTYPE, NULL)); On 2011/02/17 ...
15 years ago (2011-02-17 12:46:18 UTC) #3
fujiwara
On 2011/02/17 12:44:33, Shawn.P.Huang wrote: > Why change to LC_CTYPE? Many users still use LC_MESSAGES=C/POSIX ...
15 years ago (2011-02-17 15:40:20 UTC) #4
Peng
On 2011/02/17 15:40:20, fujiwara wrote: > On 2011/02/17 12:44:33, Shawn.P.Huang wrote: > > Why change ...
15 years ago (2011-02-17 15:49:53 UTC) #5
fujiwara
On 2011/02/17 15:49:53, Shawn.P.Huang wrote: > IMHO, the selected input method should be same with ...
15 years ago (2011-02-17 15:53:22 UTC) #6
Peng
On 2011/02/17 15:53:22, fujiwara wrote: > On 2011/02/17 15:49:53, Shawn.P.Huang wrote: > > IMHO, the ...
15 years ago (2011-02-17 16:14:00 UTC) #7
fujiwara
On 2011/02/17 16:14:00, Shawn.P.Huang wrote: > I see. But if LANG and LC_MESSAGES are both ...
15 years ago (2011-02-17 16:24:48 UTC) #8
Peng
After offline discuss with fujiwara. This CL is LGTM. On 2011/02/17 16:14:00, Shawn.P.Huang wrote: > ...
15 years ago (2011-02-17 17:39:47 UTC) #9
Yusuke Sato
I found he's already implemented this. I've cherry-picked it: https://github.com/fujiwarat/ibus/commit/3eb06885638e36058f4e1fb40a702846e6ec90bd On 2011/02/17 17:39:47, Peng wrote: ...
15 years ago (2011-02-18 01:26:35 UTC) #10
fujiwara
15 years ago (2011-02-18 01:32:15 UTC) #11
On 2011/02/18 01:26:35, Yusuke Sato wrote:
> I found he's already implemented this. I've cherry-picked it:
>
https://github.com/fujiwarat/ibus/commit/3eb06885638e36058f4e1fb40a702846e6ec...

Thanks for the integration.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b